diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-24 12:38:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-24 12:38:47 +0000 |
commit | 6e5a8fc712200ce5086fb5785de8ead061899766 (patch) | |
tree | b4dd11758672015aa56cef9a11c8e3310bd18a51 /security/gnutls | |
parent | e77b729da43575c869e3db4a33439420a376ca90 (diff) | |
download | ports-6e5a8fc712200ce5086fb5785de8ead061899766.tar.gz ports-6e5a8fc712200ce5086fb5785de8ead061899766.zip |
Notes
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 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 |