diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-26 11:22:04 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-26 11:22:04 +0000 |
commit | 77c89c1e4f30bed439a29d02058f2d50a329f287 (patch) | |
tree | f7d769e61f702bd846a31f02068d7cec01814912 /security/gnutls | |
parent | 1fbf0ef056707d86d9f20991282d296726838c72 (diff) |
- Chase library to actual opencdk dependency
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=89444
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 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 |