summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2000-03-30 06:51:55 +0000
committerjlam <jlam>2000-03-30 06:51:55 +0000
commita4ed96fb4a7eb4d937ab4daf4fb8d4ecad75b3ce (patch)
tree6cd799b5d58f20fd62ac1c9e0ab21b482158ffd0
parente51a1dca664abb126f7a4b9d012e669ff917b67a (diff)
downloadpkgsrc-a4ed96fb4a7eb4d937ab4daf4fb8d4ecad75b3ce.tar.gz
Check for "/usr/include/openssl/rsa.h" instead of "/usr/bin/openssl" on
-current.
-rw-r--r--security/openssh/Makefile4
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