From de55387aa4d2cf91301980563c50f0a9acaaad43 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Wed, 14 Feb 2007 12:11:46 +0000 Subject: Chase security/opencdk update. --- security/gnutls-devel/Makefile | 5 +++-- security/gnutls/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'security') 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 -.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 -.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) -- cgit v1.2.3