diff options
author | novel <novel@FreeBSD.org> | 2007-02-14 20:11:46 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-02-14 20:11:46 +0800 |
commit | 6c986b59bcf6ec220867deb1aac2cca021a64cb2 (patch) | |
tree | cad3e2793e8a267275c4667751634f4d08d7f343 /security/gnutls-devel | |
parent | aa9c36e0c92911a52768614187f757dbd6c35cf3 (diff) | |
download | freebsd-ports-gnome-6c986b59bcf6ec220867deb1aac2cca021a64cb2.tar.gz freebsd-ports-gnome-6c986b59bcf6ec220867deb1aac2cca021a64cb2.tar.zst freebsd-ports-gnome-6c986b59bcf6ec220867deb1aac2cca021a64cb2.zip |
Chase security/opencdk update.
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 3ae080199777..13e0648f54e2 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnutls PORTVERSION= 1.7.5 +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.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) |