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