diff options
author | novel <novel@FreeBSD.org> | 2007-10-31 13:42:35 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-10-31 13:42:35 +0800 |
commit | 3e320960b04a6d3a2118ab4a46bdb3f592e60a29 (patch) | |
tree | 604064618c6efbf3c69742850e3e2da1edd41957 /security | |
parent | 94f36968396cb5e3cd0716139f1114ae751fd863 (diff) | |
download | freebsd-ports-gnome-3e320960b04a6d3a2118ab4a46bdb3f592e60a29.tar.gz freebsd-ports-gnome-3e320960b04a6d3a2118ab4a46bdb3f592e60a29.tar.zst freebsd-ports-gnome-3e320960b04a6d3a2118ab4a46bdb3f592e60a29.zip |
Chase opencdk shared lib version change.
Approved by: portmgr (pav) (as a part of security/opencdk commit)
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 5 |
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) |