summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-28 04:02:50 +0000
committerjlam <jlam@pkgsrc.org>2002-08-28 04:02:50 +0000
commitb4771508228869ae7f3138077f1b2d9ca5b5c97a (patch)
tree3714fc8c01826c158e19aec90b919fc65820bb0f /security
parent206e28e98a7922f3b2823373d39b576933972bdf (diff)
downloadpkgsrc-b4771508228869ae7f3138077f1b2d9ca5b5c97a.tar.gz
We actually use the openssl buildlink2.mk file.
Diffstat (limited to 'security')
-rw-r--r--security/openssh/Makefile.intree4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/Makefile.intree b/security/openssh/Makefile.intree
index 1ac3e7ac80a..e22a53785c7 100644
--- a/security/openssh/Makefile.intree
+++ b/security/openssh/Makefile.intree
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.intree,v 1.5 2002/08/28 04:00:55 jlam Exp $
+# $NetBSD: Makefile.intree,v 1.6 2002/08/28 04:02:50 jlam Exp $
.include "../../mk/bsd.prefs.mk"
@@ -19,7 +19,7 @@ PKG_SYSCONFSUBDIR:= ssh
.endif
# We would like to require an in-tree OpenSSL that is at least 0.9.5a, but the
-# openssl buildlink.mk forces at least 0.9.6f, which makes
+# openssl buildlink2.mk forces at least 0.9.6f, which makes
# UPDATE_INTREE_OPENSSH useless for anything before 1.6*
#
# USE_OPENSSL_VERSION:= ${OPENSSL_VERSION_095A}