aboutsummaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-05-05 19:03:00 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-05-05 19:03:00 +0000
commit309c1749fe9e99d550b617cd1b808ba1fa299a5e (patch)
tree33779b2c55deeebb262be8dc19abf4c21eaa1394 /security/gnutls
parentc6dc3377fee587583e8f2c94e31c374774a17814 (diff)
downloadports-309c1749fe9e99d550b617cd1b808ba1fa299a5e.tar.gz
ports-309c1749fe9e99d550b617cd1b808ba1fa299a5e.zip
GnuTLS tries to use /usr/local/share/certs/ca-root-nss.crt. Instead of
maybe using it if it is already installed or if the P11KIT option is selected (which depends on ca_root_nss), just always depend on ca_root_nss. Reported by: Tatsuki Makino
Notes
Notes: svn path=/head/; revision=385483
Diffstat (limited to 'security/gnutls')
-rw-r--r--security/gnutls/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 002e514929c6..335a72ac6ca9 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gnutls
PORTVERSION= 3.2.21
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= GNUPG/gnutls/v3.2
@@ -15,6 +16,8 @@ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LESSER
LIB_DEPENDS= libnettle.so:${PORTSDIR}/security/nettle \
libtasn1.so:${PORTSDIR}/security/libtasn1
+BUILD_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
+RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
USES= cpe gmake iconv libtool makeinfo pathfix pkgconfig tar:xz
USE_LDCONFIG= yes