diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-02-14 12:11:46 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-02-14 12:11:46 +0000 |
commit | de55387aa4d2cf91301980563c50f0a9acaaad43 (patch) | |
tree | 2ffd578de96712d4b3dca1cc237225f533a10f70 /security/gnutls | |
parent | 23a379b3245628b444703250ea0367d7751e32fe (diff) |
Chase security/opencdk update.
Notes
Notes:
svn path=/head/; revision=185170
Diffstat (limited to 'security/gnutls')
-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 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) |