aboutsummaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2007-10-31 05:42:35 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2007-10-31 05:42:35 +0000
commit1fb5bc60d96b82ffb993d790999458889d0cadc8 (patch)
tree78ebb7f30696606dfcfe102b992aef7e6492b679 /security/gnutls
parent8774ab9f2c32896d28cd944d50a102235627e177 (diff)
downloadports-1fb5bc60d96b82ffb993d790999458889d0cadc8.tar.gz
ports-1fb5bc60d96b82ffb993d790999458889d0cadc8.zip
Notes
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 d75836f629d0..5f3ab756c419 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnutls
PORTVERSION= 2.0.2
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://josefsson.org/gnutls/releases/ \
ftp://ftp.gnutls.org/pub/gnutls/ \
@@ -38,8 +39,8 @@ CONFIGURE_ARGS+= --with-included-lzo
MANCOMPRESSED= no
.include <bsd.port.pre.mk>
-.if defined(WITH_OPENCDK) || exists(${LOCALBASE}/lib/libopencdk.so.9)
-LIB_DEPENDS+= opencdk.9:${PORTSDIR}/security/opencdk
+.if defined(WITH_OPENCDK) || exists(${LOCALBASE}/lib/libopencdk.so.10)
+LIB_DEPENDS+= opencdk.10:${PORTSDIR}/security/opencdk
.endif
.if defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.3)