sysutils/hw-probe: add run-time dependency on `sysutils/lsblk' port

Helps to get more complete and accurate probe, e.g. `dual_boot_win'
property should be set correctly now.

PR:	252282
This commit is contained in:
Alexey Dokuchaev 2022-01-24 09:47:24 +00:00
commit db70ca99c9

View file

@ -12,6 +12,7 @@ LICENSE_COMB= dual
RUN_DEPENDS= curl:ftp/curl \
hwstat:sysutils/hwstat \
lsblk:sysutils/lsblk \
smartctl:sysutils/smartmontools
USE_GITHUB= yes