diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2014-08-04 13:31:26 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2014-08-04 13:31:26 +0000 |
commit | b03f49e38b6e5e54581eed1113eba444d26b286b (patch) | |
tree | 37e1c67379981174dd958d6ffba6bf2b7f87bd94 /security/gpgme | |
parent | ca307153bb992b2d4fa6b02283f2a9a4d944cbcc (diff) | |
download | ports-b03f49e38b6e5e54581eed1113eba444d26b286b.tar.gz ports-b03f49e38b6e5e54581eed1113eba444d26b286b.zip |
Notes
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 0a8a8a48f7a7..b36252d1ef11 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -15,12 +15,14 @@ LIB_DEPENDS= libassuan.so:${PORTSDIR}/security/libassuan \ 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 |