diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 14:57:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 14:57:18 +0000 |
commit | ba8aa1bb3270bfe83270a094655f5bd27e61be44 (patch) | |
tree | ece40d14e98ba1712578ea45f016758f39a560bc /security/libkpass | |
parent | 394ff0fec8290963aaaacb77ff7b40681f6190e3 (diff) | |
download | ports-ba8aa1bb3270bfe83270a094655f5bd27e61be44.tar.gz ports-ba8aa1bb3270bfe83270a094655f5bd27e61be44.zip |
Notes
Diffstat (limited to 'security/libkpass')
-rw-r--r-- | security/libkpass/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/libkpass/Makefile b/security/libkpass/Makefile index a7e3524c51ea..0bc8d10aa37b 100644 --- a/security/libkpass/Makefile +++ b/security/libkpass/Makefile @@ -14,8 +14,7 @@ LICENSE= GPLv3 LIB_DEPENDS= nettle:${PORTSDIR}/security/nettle GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake USE_LDCONFIG= yes CFLAGS+= -Dbswap_32=bswap32 -Dbswap_16=bswap16 \ -I${LOCALBASE}/include @@ -27,5 +26,4 @@ PLIST_FILES= include/kpass.h \ lib/libkpass.la \ lib/libkpass.a -NO_STAGE= yes .include <bsd.port.mk> |