From a5b7a1884fe632ea43521e74468a49f36e844578 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 10 Oct 2000 15:02:13 +0000 Subject: Only pull in the ssh depends if we're on a system with out /usr/bin/ssh in the system. --- parallel/glunix/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'parallel/glunix') diff --git a/parallel/glunix/Makefile b/parallel/glunix/Makefile index 12b3401ba8f..34f3ed0539d 100644 --- a/parallel/glunix/Makefile +++ b/parallel/glunix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/09/25 14:29:11 is Exp $ +# $NetBSD: Makefile,v 1.12 2000/10/10 15:02:13 dmcmahill Exp $ DISTNAME= glunix-release-1-0a PKGNAME= glunix-1.0a @@ -10,7 +10,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} makedepend${EXTRACT_SUFX} MAINTAINER= root@garbled.net HOMEPAGE= http://now.cs.berkeley.edu/Glunix/glunix.html +.if !exists(/usr/bin/ssh) DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh +.endif USE_GMAKE= yes USE_PERL5= yes -- cgit v1.2.3