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-devel | |
parent | fdd06ffd548dee5f41c908af73b7775046147b92 (diff) | |
download | ports-bfdac7a749e9679cca0d05e858c6600104ce6d5e.tar.gz ports-bfdac7a749e9679cca0d05e858c6600104ce6d5e.zip |
Notes
Diffstat (limited to 'security/gnutls-devel')
-rw-r--r-- | security/gnutls-devel/Makefile | 5 |
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 |