diff options
author | jlam <jlam> | 2000-03-30 06:51:55 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-03-30 06:51:55 +0000 |
commit | 4c42f9ebb5e0d8aee63e63e008b6969067c62241 (patch) | |
tree | 6cd799b5d58f20fd62ac1c9e0ab21b482158ffd0 /security | |
parent | a0aa43ac34107e27e5ac855000c0843e456131a1 (diff) | |
download | pkgsrc-4c42f9ebb5e0d8aee63e63e008b6969067c62241.tar.gz |
Check for "/usr/include/openssl/rsa.h" instead of "/usr/bin/openssl" on
-current.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |