git: db70ca99c9e4 - main - sysutils/hw-probe: add run-time dependency on `sysutils/lsblk' port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Jan 2022 09:48:30 UTC
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=db70ca99c9e449325a55c78ab685d4e84c46fe10
commit db70ca99c9e449325a55c78ab685d4e84c46fe10
Author: Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-01-24 09:47:24 +0000
Commit: Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-01-24 09:47:24 +0000
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
---
sysutils/hw-probe/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/sysutils/hw-probe/Makefile b/sysutils/hw-probe/Makefile
index cc2231aaaa3c..efa4f58d170e 100644
--- a/sysutils/hw-probe/Makefile
+++ b/sysutils/hw-probe/Makefile
@@ -12,6 +12,7 @@ LICENSE_COMB= dual
RUN_DEPENDS= curl:ftp/curl \
hwstat:sysutils/hwstat \
+ lsblk:sysutils/lsblk \
smartctl:sysutils/smartmontools
USE_GITHUB= yes