diff options
author | krion <krion@FreeBSD.org> | 2003-09-26 11:22:04 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-26 11:22:04 +0000 |
commit | 6bccded79fd2833e4d262ac55da88acfdbdbc24c (patch) | |
tree | df9f4b21113ed70e2ffd8ffb3ca32ed917b51d90 /security/gnutls | |
parent | 85e97ee690394893cc83d520909877a868dfd407 (diff) | |
download | FreeBSD-ports-6bccded79fd2833e4d262ac55da88acfdbdbc24c.zip FreeBSD-ports-6bccded79fd2833e4d262ac55da88acfdbdbc24c.tar.gz |
- Chase library to actual opencdk dependency
Submitted by: maintainer
Diffstat (limited to 'security/gnutls')
-rw-r--r-- | security/gnutls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index d66ebf0..2e17e55 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 |