summaryrefslogtreecommitdiff
path: root/net/netsaint-plugins
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-05-31 22:13:16 +0000
committerkristerw <kristerw>2004-05-31 22:13:16 +0000
commit2c59d93072e46ae2ae850ff88c23afd90b2f74a2 (patch)
tree794c5eb87335828a141450f50ace14552021a7ca /net/netsaint-plugins
parent13b7510daa581abc4f33d33ceca74b84226e16a1 (diff)
downloadpkgsrc-2c59d93072e46ae2ae850ff88c23afd90b2f74a2.tar.gz
Depend on security/openssh instead of security/ssh for machines that
do not have /usr/bin/ssh.
Diffstat (limited to 'net/netsaint-plugins')
-rw-r--r--net/netsaint-plugins/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netsaint-plugins/Makefile b/net/netsaint-plugins/Makefile
index 27e3a10eaa3..01c78b6e6e6 100644
--- a/net/netsaint-plugins/Makefile
+++ b/net/netsaint-plugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/04/25 08:31:32 snj Exp $
+# $NetBSD: Makefile,v 1.18 2004/05/31 22:13:16 kristerw Exp $
#
DISTNAME= netsaint-plugins-1.2.9-4
@@ -13,7 +13,7 @@ COMMENT= NetSaint plugins
DEPENDS+= netsaint-base-[0-9]*:../../net/netsaint-base
.if !exists(/usr/bin/ssh)
-DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/ssh
+DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh
.endif
USE_BUILDLINK3= YES