diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-06-04 00:57:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-06-04 00:57:23 +0800 |
commit | c6dca0a2f9bc813b08638e1da72a3f49e445e54a (patch) | |
tree | b339ebf50cfbf47e0e2eff57c78e7f46be6d3741 /security | |
parent | 9f717ae711025ba6a778cbfcac5e435e88864842 (diff) | |
download | freebsd-ports-gnome-c6dca0a2f9bc813b08638e1da72a3f49e445e54a.tar.gz freebsd-ports-gnome-c6dca0a2f9bc813b08638e1da72a3f49e445e54a.tar.zst freebsd-ports-gnome-c6dca0a2f9bc813b08638e1da72a3f49e445e54a.zip |
- Convert to new LIB_DEPENDS format
- Use USES=tar:bzip2
Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-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 |