Date: Mon, 4 Aug 2014 13:31:26 +0000 (UTC) From: Jason E. Hale <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364003 - head/security/gpgme Message-ID: <53df8b2e.575d.443b06db@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53df8b2e.575d.443b06db>