diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-01-18 17:04:08 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-01-18 17:04:08 +0000 |
commit | bfdac7a749e9679cca0d05e858c6600104ce6d5e (patch) | |
tree | 20b633d9baff7d64aec8a6b8ef03ddc1b4e85ecf /security/gnutls/Makefile | |
parent | fdd06ffd548dee5f41c908af73b7775046147b92 (diff) |
Notes
Diffstat (limited to 'security/gnutls/Makefile')
-rw-r--r-- | security/gnutls/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 79ba7b5e63ca..2bc6ae1533d0 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls PORTVERSION= 2.6.3 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://josefsson.org/gnutls/releases/ \ ftp://ftp.gnutls.org/pub/gnutls/ \ @@ -37,8 +38,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 |