diff options
| -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 |
