diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-28 04:02:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-28 04:02:50 +0000 |
commit | b4771508228869ae7f3138077f1b2d9ca5b5c97a (patch) | |
tree | 3714fc8c01826c158e19aec90b919fc65820bb0f /security/openssh | |
parent | 206e28e98a7922f3b2823373d39b576933972bdf (diff) | |
download | pkgsrc-b4771508228869ae7f3138077f1b2d9ca5b5c97a.tar.gz |
We actually use the openssl buildlink2.mk file.
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile.intree | 4 |
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} |