Date: Tue, 3 Jun 2014 16:57:23 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356379 - head/security/gnupg Message-ID: <201406031657.s53GvNUe068043@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406031657.s53GvNUe068043>