summaryrefslogtreecommitdiff
path: root/security/gnutls-devel
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2013-02-06 17:30:08 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2013-02-06 17:30:08 +0000
commitab635f152ef10f63cf39e1a728ef49e59bc8f815 (patch)
tree1d163dc52292d9272018c814011ae3034f8cce83 /security/gnutls-devel
parent- Update to 1.1.0. (diff)
- Add UPDATING entry for libtasn1 update
- Bump PORTREVISIONs for dependant ports
Notes
Notes: svn path=/head/; revision=311783
Diffstat (limited to 'security/gnutls-devel')
-rw-r--r--security/gnutls-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile
index f9593943a0b9..6b8ba64a2e12 100644
--- a/security/gnutls-devel/Makefile
+++ b/security/gnutls-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnutls
PORTVERSION= 2.99.4
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://alpha.gnu.org/gnu/gnutls/ \
ftp://ftp.gnutls.org/pub/gnutls/devel/
@@ -36,8 +37,8 @@ MANCOMPRESSED= no
.include <bsd.port.pre.mk>
-.if (defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.4)) && !defined(WITHOUT_LIBTASN1)
-LIB_DEPENDS+= tasn1.4:${PORTSDIR}/security/libtasn1
+.if (defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.5)) && !defined(WITHOUT_LIBTASN1)
+LIB_DEPENDS+= tasn1.5:${PORTSDIR}/security/libtasn1
.else
CONFIGURE_ARGS+= --with-included-libtasn1
.endif