diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-05-05 19:03:00 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-05-05 19:03:00 +0000 |
| commit | 309c1749fe9e99d550b617cd1b808ba1fa299a5e (patch) | |
| tree | 33779b2c55deeebb262be8dc19abf4c21eaa1394 | |
| parent | Update to 0.9.1 (diff) | |
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
| -rw-r--r-- | security/gnutls/Makefile | 3 |
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 |
