summaryrefslogtreecommitdiff
path: root/net/srsh
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-10-10 15:02:13 +0000
committerdmcmahill <dmcmahill>2000-10-10 15:02:13 +0000
commitcd804d09a8b7b2ddfc6d4f5b6478f6a8eeba633e (patch)
treeeb4a47efb20365200a7e9fb724cee67689b9de6e /net/srsh
parent10dbe6aea0c913e44ebfd857ab2067a48a0b64c4 (diff)
downloadpkgsrc-cd804d09a8b7b2ddfc6d4f5b6478f6a8eeba633e.tar.gz
Only pull in the ssh depends if we're on a system with out /usr/bin/ssh in
the system.
Diffstat (limited to 'net/srsh')
-rw-r--r--net/srsh/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/srsh/Makefile b/net/srsh/Makefile
index 4c9a4c3540e..0e06a4853bb 100644
--- a/net/srsh/Makefile
+++ b/net/srsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/04/10 06:16:52 tron Exp $
+# $NetBSD: Makefile,v 1.4 2000/10/10 15:02:13 dmcmahill Exp $
#
DISTNAME= srsh-1.2
@@ -7,7 +7,9 @@ MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
MAINTAINER= kim@tac.nyc.ny.us
+.if !exists(/usr/bin/ssh)
DEPENDS+= ssh{,6}-*:../../security/ssh
+.endif
NO_CONFIGURE= yes
ALL_TARGET= all PREFIX=${PREFIX}