diff options
-rw-r--r-- | parallel/mpi-ch/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index 4bab3c8d8b9..dc75aa3eaa3 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2007/01/14 09:03:09 joerg Exp $ +# $NetBSD: Makefile,v 1.52 2007/07/02 19:21:14 gdt Exp $ DISTNAME= mpich-1.2.6 PKGREVISION= 6 @@ -10,6 +10,9 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www-unix.mcs.anl.gov/mpi/mpich1/ COMMENT= Free implementation of the Message Passing Interface +# many failures +MAKE_JOBS_SAFE= no + .if !exists(/usr/bin/ssh) DEPENDS+= {openssh-[0-9]*,ssh{,6}-1.2.27*}:../../security/openssh .endif |