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 | |
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')
-rw-r--r-- | security/gnutls-devel/Makefile | 5 | ||||
-rw-r--r-- | security/gnutls/Makefile | 5 |
2 files changed, 6 insertions, 4 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) 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) |