From 7510202d938539dad4ed9cc615568fac646153f1 Mon Sep 17 00:00:00 2001 From: kristerw Date: Mon, 31 May 2004 22:13:16 +0000 Subject: Depend on security/openssh instead of security/ssh for machines that do not have /usr/bin/ssh. --- parallel/glunix/Makefile | 4 ++-- parallel/mpi-ch/Makefile | 4 ++-- parallel/pvm3/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'parallel') diff --git a/parallel/glunix/Makefile b/parallel/glunix/Makefile index 66033649163..6efca32b6cd 100644 --- a/parallel/glunix/Makefile +++ b/parallel/glunix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/01/24 14:52:44 grant Exp $ +# $NetBSD: Makefile,v 1.29 2004/05/31 22:13:16 kristerw Exp $ DISTNAME= glunix-release-1-0a PKGNAME= glunix-1.0a @@ -15,7 +15,7 @@ COMMENT= Global Layer Unix for NOW (Network Of Workstations) .if exists(/usr/bin/ssh) SSH= /usr/bin/ssh .else -DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/ssh +DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/openssh SSH= ${LOCALBASE}/bin/ssh .endif diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index e22c8ccdbe4..9787f6ac7c6 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/05/23 15:09:06 heinz Exp $ +# $NetBSD: Makefile,v 1.29 2004/05/31 22:13:16 kristerw Exp $ DISTNAME= mpich-1.2.5.2 CATEGORIES= parallel @@ -10,7 +10,7 @@ HOMEPAGE= http://www.mcs.anl.gov/mpi/mpich/index.html COMMENT= Free implementation of the Message Passing Interface .if !exists(/usr/bin/ssh) -DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/ssh +DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/openssh .endif DEPENDS+= tk>=8.3.0:../../x11/tk83 diff --git a/parallel/pvm3/Makefile b/parallel/pvm3/Makefile index a10d28d3022..4b624582fed 100644 --- a/parallel/pvm3/Makefile +++ b/parallel/pvm3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/03/12 01:14:00 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.30 2004/05/31 22:13:16 kristerw Exp $ DISTNAME= pvm3.4.4 PKGNAME= pvm-3.4.4 @@ -13,7 +13,7 @@ COMMENT= Parallel Virtual Machine libraries and environment .if exists(/usr/bin/ssh) PVM_SSH?= /usr/bin/ssh .else -DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/ssh +DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/openssh PVM_SSH?= ${LOCALBASE}/bin/ssh .endif -- cgit v1.2.3