diff options
author | is <is@pkgsrc.org> | 2000-09-25 14:29:10 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2000-09-25 14:29:10 +0000 |
commit | abf7a09ca3ade55b05e6541663f288ddb2d97461 (patch) | |
tree | ce83b040d21ee27c2a66153fe767cd3b00ff1587 /parallel/mpi-ch | |
parent | d45b6cd547a83eed50543b055f7c7c6191e66028 (diff) | |
download | pkgsrc-abf7a09ca3ade55b05e6541663f288ddb2d97461.tar.gz |
Allow ssh6 and openssh in addition to ssh.
Diffstat (limited to 'parallel/mpi-ch')
-rw-r--r-- | parallel/mpi-ch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index 4ca0b1ab283..0e9bb27eb06 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/03/02 23:47:33 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2000/09/25 14:29:10 is Exp $ DISTNAME= mpich-1.1.1 CATEGORIES= parallel @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/old/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.mcs.anl.gov/mpi/mpich/index.html -DEPENDS+= ssh-1.2.27:../../security/ssh +DEPENDS+= {openssh-*,ssh{,6}-1.2.27}:../../security/ssh WRKSRC= ${WRKDIR}/mpich ALL_TARGET= ALL |