1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Chase security/opencdk update.

This commit is contained in:
Roman Bogorodskiy 2007-02-14 12:11:46 +00:00
parent 23a379b324
commit de55387aa4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185170
2 changed files with 6 additions and 4 deletions

View File

@ -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)

View File

@ -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)