aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pesign
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-12-16 09:40:24 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-12-16 09:40:24 +0000
commit44b11906213d803546a109fd4c7ec76e9b861077 (patch)
tree33564926f679b86a2f499aac9d30effc8071e5d2 /sysutils/pesign
parent93ed85032b666b120bf0c5fd64098faacd7a8a1d (diff)
downloadports-44b11906213d803546a109fd4c7ec76e9b861077.tar.gz
ports-44b11906213d803546a109fd4c7ec76e9b861077.zip
sysutils/pesign: unbreak build on DragonFly (like r403070)
Don't rely on USE_GCC using implicit -isystem/usr/local/include to fix In file included from pesign.h:30:0, from actions.c:28: efitypes.h:22:20: fatal error: efivar.h: No such file or directory compilation terminated. Reported by: http://muscles.dragonflybsd.org/bulk/latest-per-pkg/pesign/ Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=403856
Diffstat (limited to 'sysutils/pesign')
-rw-r--r--sysutils/pesign/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pesign/Makefile b/sysutils/pesign/Makefile
index c82208880b37..b8399098cd09 100644
--- a/sysutils/pesign/Makefile
+++ b/sysutils/pesign/Makefile
@@ -20,7 +20,7 @@ USE_GCC= yes
USE_GITHUB= yes
GH_ACCOUNT= rhinstaller
-USES= gmake pkgconfig
+USES= gmake localbase pkgconfig
USE_LDCONFIG= yes
EXTRA_PATCHES= ${EXTRA_PATCHES_${OPSYS}_${OSREL:R}}