summaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2007-02-14 12:11:46 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2007-02-14 12:11:46 +0000
commitde55387aa4d2cf91301980563c50f0a9acaaad43 (patch)
tree2ffd578de96712d4b3dca1cc237225f533a10f70 /security/gnutls
parentUpdate to 0.5.13. (diff)
Chase security/opencdk update.
Notes
Notes: svn path=/head/; revision=185170
Diffstat (limited to 'security/gnutls')
-rw-r--r--security/gnutls/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 9cfe92c58b95..848b002764de 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnutls
PORTVERSION= 1.6.1
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://josefsson.org/gnutls/releases/ \
ftp://ftp.gnutls.org/pub/gnutls/ \
@@ -39,8 +40,8 @@ CONFIGURE_ARGS+= --with-included-lzo \
MANCOMPRESSED= no
.include <bsd.port.pre.mk>
-.if defined(WITH_OPENCDK) || exists(${LOCALBASE}/lib/libopencdk.so.8)
-LIB_DEPENDS+= opencdk.8:${PORTSDIR}/security/opencdk
+.if defined(WITH_OPENCDK) || exists(${LOCALBASE}/lib/libopencdk.so.9)
+LIB_DEPENDS+= opencdk.9:${PORTSDIR}/security/opencdk
.endif
.if defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.3)