diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2015-04-13 02:55:29 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2015-04-13 02:55:29 +0000 |
commit | fa09e9e2b92c893ff68e1a987cf5cb4c30e60c5e (patch) | |
tree | eb6cbaf06fcd7c506c6b03c071f73d16e38b7997 /security | |
parent | 1540c897aeb6245fc6f19038cc1259f839a02d65 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index c363574aee64..072d0560152c 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnupg PORTVERSION= 2.1.2 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG/gnupg DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -24,10 +24,15 @@ BUILD_DEPENDS= libgpg-error>=1.16:${PORTSDIR}/security/libgpg-error RUN_DEPENDS= pinentry>0:${PORTSDIR}/security/pinentry GNU_CONFIGURE= YES -USES= gmake iconv pkgconfig tar:bzip2 +USES= cpe gmake iconv pkgconfig tar:bzip2 USE_LDCONFIG= YES -CONFIGURE_ARGS+= --disable-ntbtls --enable-symcryptrun +# libreadline.so.8 is placed in /lib, but --with-readline argument +# will be treated as $value/lib, so try using /usr instead. +# Otherwise, $PREFIX/lib/libreadline.so.6 will be linked when +# devel/readline is installed. +CONFIGURE_ARGS+= --disable-ntbtls --enable-symcryptrun --with-readline=/usr CONFLICTS= gnupg-2.0.* dirmngr-* +CPE_VENDOR= gnupg OPTIONS_DEFINE= GNUTLS LDAP SCDAEMON KDNS NLS DOCS SUID_GPG LDAP_DESC= LDAP keyserver interface |