diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-29 12:58:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-29 12:58:28 +0000 |
commit | 99cc4d234da29eb5d1af36f25ba21cb8ba6ba825 (patch) | |
tree | 2d43a2f89a9edb244f0883297c0cbad37362cdcb /security/openpgpsdk | |
parent | 7eaeea789e7742e4f52de8677a5f6c70484f9ecd (diff) |
Notes
Diffstat (limited to 'security/openpgpsdk')
-rw-r--r-- | security/openpgpsdk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openpgpsdk/Makefile b/security/openpgpsdk/Makefile index 00b35652b8f3..77d7840933fe 100644 --- a/security/openpgpsdk/Makefile +++ b/security/openpgpsdk/Makefile @@ -12,7 +12,8 @@ COMMENT= OpenPGP SDK BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg LIB_DEPENDS= libcunit.so:${PORTSDIR}/devel/cunit -USES= perl5 tar:tgz +USES= perl5 shebangfix tar:tgz +SHEBANG_FILES= configure util/*.pl HAS_CONFIGURE= yes CONFIGURE_ARGS= --without-idea --with-cunit=${LOCALBASE} |