summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-05-31 22:13:16 +0000
committerkristerw <kristerw@pkgsrc.org>2004-05-31 22:13:16 +0000
commit7510202d938539dad4ed9cc615568fac646153f1 (patch)
tree794c5eb87335828a141450f50ace14552021a7ca /parallel
parentf4e3a28619d805086a0518213f2cf65dfd3b443b (diff)
downloadpkgsrc-7510202d938539dad4ed9cc615568fac646153f1.tar.gz
Depend on security/openssh instead of security/ssh for machines that
do not have /usr/bin/ssh.
Diffstat (limited to 'parallel')
-rw-r--r--parallel/glunix/Makefile4
-rw-r--r--parallel/mpi-ch/Makefile4
-rw-r--r--parallel/pvm3/Makefile4
3 files changed, 6 insertions, 6 deletions
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