diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-06-03 16:57:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-06-03 16:57:23 +0000 |
commit | 3c0e9975cfc49c4cc426ccfcbffa8a33dea53880 (patch) | |
tree | b339ebf50cfbf47e0e2eff57c78e7f46be6d3741 /security/gnupg | |
parent | 732c834c38426c0d31c0ca3ca1a10cfcdd6a9be3 (diff) | |
download | ports-3c0e9975cfc49c4cc426ccfcbffa8a33dea53880.tar.gz ports-3c0e9975cfc49c4cc426ccfcbffa8a33dea53880.zip |
Notes
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 168ccad2d5d2..52b497b657a6 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -22,9 +22,8 @@ LIB_DEPENDS= libassuan.so:${PORTSDIR}/security/libassuan \ libksba.so:${PORTSDIR}/security/libksba \ libpth.so:${PORTSDIR}/devel/pth -USE_BZIP2= YES GNU_CONFIGURE= YES -USES= gmake iconv +USES= gmake iconv tar:bzip2 USE_LDCONFIG= YES CONFIGURE_ARGS+= --enable-symcryptrun @@ -51,7 +50,7 @@ STD_SOCKET_CONFIGURE_ENABLE= socket NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls SCDAEMON_CONFIGURE_ENABLE= scdaemon -CURL_LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl CURL_CONFIGURE_ON= --with-libcurl=${LOCALBASE} CURL_CONFIGURE_OFF= --without-libcurl |