mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Chase opencdk shared lib version change.
Approved by: portmgr (pav) (as a part of security/opencdk commit)
This commit is contained in:
parent
8774ab9f2c
commit
1fb5bc60d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202451
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user