svn commit: r364003 - head/security/gpgme

Jason E. Hale jhale at FreeBSD.org
Mon Aug 4 13:31:27 UTC 2014


Author: jhale
Date: Mon Aug  4 13:31:26 2014
New Revision: 364003
URL: http://svnweb.freebsd.org/changeset/ports/364003
QAT: https://qat.redports.org/buildarchive/r364003/

Log:
  - Add CPE support

Modified:
  head/security/gpgme/Makefile

Modified: head/security/gpgme/Makefile
==============================================================================
--- head/security/gpgme/Makefile	Mon Aug  4 13:21:41 2014	(r364002)
+++ head/security/gpgme/Makefile	Mon Aug  4 13:31:26 2014	(r364003)
@@ -15,12 +15,14 @@ LIB_DEPENDS=	libassuan.so:${PORTSDIR}/se
 		libgpg-error.so:${PORTSDIR}/security/libgpg-error
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool:keepla tar:bzip2
+USES=		cpe gmake libtool:keepla tar:bzip2
 USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/gpgme
 INSTALL_TARGET=	install-strip
 
+CPE_VENDOR=	gnu
+
 INFO=		gpgme
 PORTDOCS=	AUTHORS ChangeLog INSTALL NEWS README THANKS TODO
 


More information about the svn-ports-head mailing list