From 6f9698f441f66ad9b244b60285c3a105a96b2837 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 30 Mar 2000 06:51:55 +0000 Subject: Check for "/usr/include/openssl/rsa.h" instead of "/usr/bin/openssl" on -current. --- security/openssh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/openssh') diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 2f91302c73e..9501c382f95 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/03/26 23:57:31 fredb Exp $ +# $NetBSD: Makefile,v 1.9 2000/03/30 06:51:55 jlam Exp $ # DISTNAME= openssh-1.2.3 @@ -13,7 +13,7 @@ HOMEPAGE= http://www.openssh.com/ BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5 -.if !exists(/usr/bin/openssl) +.if !exists(/usr/include/openssl/rsa.h) DEPENDS+= openssl-[0-9]*:../../security/openssl .endif -- cgit v1.2.3