summaryrefslogtreecommitdiff
path: root/net/srsh
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-10-10 15:02:13 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-10-10 15:02:13 +0000
commita5b7a1884fe632ea43521e74468a49f36e844578 (patch)
treeeb4a47efb20365200a7e9fb724cee67689b9de6e /net/srsh
parentb866296c778aa3295a79a75dc11e5ff3ecf2d8c0 (diff)
downloadpkgsrc-a5b7a1884fe632ea43521e74468a49f36e844578.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}