diff options
author | jlam <jlam@pkgsrc.org> | 2000-03-30 06:51:55 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-03-30 06:51:55 +0000 |
commit | 6f9698f441f66ad9b244b60285c3a105a96b2837 (patch) | |
tree | 6cd799b5d58f20fd62ac1c9e0ab21b482158ffd0 /security | |
parent | 13abd96232ff9104c245da08669b08834c71b8ee (diff) | |
download | pkgsrc-6f9698f441f66ad9b244b60285c3a105a96b2837.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 |