summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-07-28 17:52:09 +0000
committerjlam <jlam@pkgsrc.org>2000-07-28 17:52:09 +0000
commit9123c0b2ed3eadeb21882d42ca3e2fcf4600500e (patch)
tree4b9543491668cb45b3a6777b7e6f641332bf8df9 /security
parenta51dc8fa1f675e6f16fa3ed4b9da803059cb5a5b (diff)
downloadpkgsrc-9123c0b2ed3eadeb21882d42ca3e2fcf4600500e.tar.gz
It's openssl>=0.9.5a, not openssl>=0.9.5.
Diffstat (limited to 'security')
-rw-r--r--security/openssh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 0fc55f78dc1..1467e6f7cb0 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2000/07/22 08:21:59 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2000/07/28 17:52:09 jlam Exp $
#
DISTNAME= openssh-2.1.1p4
@@ -26,13 +26,13 @@ OPENSSL_VERSION!= awk '/.*OPENSSL_VERSION_NUMBER.*/ { print $$3 }' \
${OPENSSLV_H}
OPENSSL_VERSION_095a= 0x0090581fL
.if (${OPENSSL_VERSION} != ${OPENSSL_VERSION_095a})
-DEPENDS+= openssl>=0.9.5:../../security/openssl
+DEPENDS+= openssl>=0.9.5a:../../security/openssl
SSLBASE= ${LOCALBASE}
.else
SSLBASE= /usr
.endif
.else
-DEPENDS+= openssl>=0.9.5:../../security/openssl
+DEPENDS+= openssl>=0.9.5a:../../security/openssl
SSLBASE= ${LOCALBASE}
.endif