diff options
author | martti <martti@pkgsrc.org> | 2002-04-24 05:43:08 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-04-24 05:43:08 +0000 |
commit | 7603c13dfb7de175dc3ea84e09bd866c1423a4df (patch) | |
tree | 154a51fe27a54aac7e18120567543385d1603b59 /security/openssh | |
parent | 9692db4de4d2a23ac8c3453735472e9a6b9cc374 (diff) | |
download | pkgsrc-7603c13dfb7de175dc3ea84e09bd866c1423a4df.tar.gz |
Make this depend on OpenSSL 0.9.6. This fixes the compilation problems
in NetBSD 1.5.x.
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 9d261d45cee..7c21bf90faa 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2002/04/23 13:32:56 martti Exp $ +# $NetBSD: Makefile,v 1.66 2002/04/24 05:43:08 martti Exp $ DISTNAME= openssh-3.1p1 PKGNAME= openssh-3.1.1 @@ -19,6 +19,8 @@ CONFLICTS+= ssh-[0-9]* ssh6-[0-9]* BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 +USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096} + CRYPTO= yes # retain the following line, for IPv6-ready pkgsrc webpage |