svn commit: r356379 - head/security/gnupg

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jun 3 16:57:24 UTC 2014


Author: sunpoet
Date: Tue Jun  3 16:57:23 2014
New Revision: 356379
URL: http://svnweb.freebsd.org/changeset/ports/356379
QAT: https://qat.redports.org/buildarchive/r356379/

Log:
  - Convert to new LIB_DEPENDS format
  - Use USES=tar:bzip2
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/gnupg/Makefile

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Tue Jun  3 16:55:09 2014	(r356378)
+++ head/security/gnupg/Makefile	Tue Jun  3 16:57:23 2014	(r356379)
@@ -22,9 +22,8 @@ LIB_DEPENDS=	libassuan.so:${PORTSDIR}/se
 		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
 


More information about the svn-ports-head mailing list