aboutsummaryrefslogtreecommitdiff
path: root/security/gnutls-devel
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2009-01-18 17:04:08 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2009-01-18 17:04:08 +0000
commitbfdac7a749e9679cca0d05e858c6600104ce6d5e (patch)
tree20b633d9baff7d64aec8a6b8ef03ddc1b4e85ecf /security/gnutls-devel
parentfdd06ffd548dee5f41c908af73b7775046147b92 (diff)
downloadports-bfdac7a749e9679cca0d05e858c6600104ce6d5e.tar.gz
ports-bfdac7a749e9679cca0d05e858c6600104ce6d5e.zip
Notes
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 e69f8d4f11ae..66a0e83f7507 100644
--- a/security/gnutls-devel/Makefile
+++ b/security/gnutls-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnutls
PORTVERSION= 2.7.4
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://alpha.gnu.org/gnu/gnutls/
PKGNAMESUFFIX= -devel
@@ -33,8 +34,8 @@ MANCOMPRESSED= no
.include <bsd.port.pre.mk>
-.if (defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.3)) && !defined(WITHOUT_LIBTASN1)
-LIB_DEPENDS+= tasn1.3:${PORTSDIR}/security/libtasn1
+.if (defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.4)) && !defined(WITHOUT_LIBTASN1)
+LIB_DEPENDS+= tasn1.4:${PORTSDIR}/security/libtasn1
.else
CONFIGURE_ARGS+= --with-included-libtasn1
.endif