diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/sbsigntool | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Notes
Diffstat (limited to 'sysutils/sbsigntool')
-rw-r--r-- | sysutils/sbsigntool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/sbsigntool/Makefile b/sysutils/sbsigntool/Makefile index 6eaeff2f9499..f4f25dd5b6f1 100644 --- a/sysutils/sbsigntool/Makefile +++ b/sysutils/sbsigntool/Makefile @@ -12,9 +12,9 @@ COMMENT= Signing utility for UEFI secure boot LICENSE= GPLv3 -BUILD_DEPENDS= ${LOCALBASE}/lib/libgnuefi.a:${PORTSDIR}/devel/gnu-efi \ - help2man:${PORTSDIR}/misc/help2man -LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid +BUILD_DEPENDS= ${LOCALBASE}/lib/libgnuefi.a:devel/gnu-efi \ + help2man:misc/help2man +LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib |