diff options
author | krion <krion@FreeBSD.org> | 2003-09-24 20:38:47 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-24 20:38:47 +0800 |
commit | 1ec82cba19cd85163f776aed2e9580f7016d595e (patch) | |
tree | b881e153dba5cfc3ae29f66cfec9731b618558cf | |
parent | 180a02ec560fc09378abc115a0a93df65b81d47e (diff) | |
download | freebsd-ports-gnome-1ec82cba19cd85163f776aed2e9580f7016d595e.tar.gz freebsd-ports-gnome-1ec82cba19cd85163f776aed2e9580f7016d595e.tar.zst freebsd-ports-gnome-1ec82cba19cd85163f776aed2e9580f7016d595e.zip |
- Chase shared library version
Pointed out by: KATO Tsuguru
-rw-r--r-- | security/gnutls-devel/Makefile | 2 | ||||
-rw-r--r-- | security/gnutls/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index 2e17e55e8ae6..d66ebf00247a 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -19,7 +19,7 @@ COMMENT= GNU Transport Layer Security library LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \ tasn1.2:${PORTSDIR}/security/libtasn1 \ - opencdk.6:${PORTSDIR}/security/opencdk + opencdk.8:${PORTSDIR}/security/opencdk USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 2e17e55e8ae6..d66ebf00247a 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -19,7 +19,7 @@ COMMENT= GNU Transport Layer Security library LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \ tasn1.2:${PORTSDIR}/security/libtasn1 \ - opencdk.6:${PORTSDIR}/security/opencdk + opencdk.8:${PORTSDIR}/security/opencdk USE_LIBTOOL= yes INSTALLS_SHLIB= yes |