summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch
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/mpi-ch
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/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