diff options
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/mpi-ch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index 94f44d1b576..b18b7aa50fd 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/10/07 01:47:27 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1999/10/27 17:14:10 agc Exp $ DISTNAME= mpich-1.1.1 CATEGORIES= parallel @@ -7,6 +7,8 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/old/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.mcs.anl.gov/mpi/mpich/index.html +BROKEN= PLIST problems + DEPENDS+= ssh-1.2.27:../../security/ssh WRKSRC= ${WRKDIR}/mpich |