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 | |
parent | 1fbf0ef056707d86d9f20991282d296726838c72 (diff) |
Notes
-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 |