diff options
author | krion <krion@FreeBSD.org> | 2003-09-26 19:22:04 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-26 19:22:04 +0800 |
commit | 6bccded79fd2833e4d262ac55da88acfdbdbc24c (patch) | |
tree | df9f4b21113ed70e2ffd8ffb3ca32ed917b51d90 | |
parent | 85e97ee690394893cc83d520909877a868dfd407 (diff) | |
download | freebsd-ports-gnome-6bccded79fd2833e4d262ac55da88acfdbdbc24c.tar.gz freebsd-ports-gnome-6bccded79fd2833e4d262ac55da88acfdbdbc24c.tar.zst freebsd-ports-gnome-6bccded79fd2833e4d262ac55da88acfdbdbc24c.zip |
- Chase library to actual opencdk dependency
Submitted by: maintainer
-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 d66ebf00247a..2e17e55e8ae6 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.8:${PORTSDIR}/security/opencdk + opencdk.6:${PORTSDIR}/security/opencdk USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index d66ebf00247a..2e17e55e8ae6 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.8:${PORTSDIR}/security/opencdk + opencdk.6:${PORTSDIR}/security/opencdk USE_LIBTOOL= yes INSTALLS_SHLIB= yes |