From 129e7474734c4984d2329bacafb1587e9f918a1d Mon Sep 17 00:00:00 2001 From: obache Date: Fri, 28 May 2010 12:15:42 +0000 Subject: exactly disable to build with java, or result in PLIST mismatch. --- parallel/mpi-ch/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'parallel/mpi-ch') diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index 59e4e7aa7cb..0912f9296cc 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2010/05/17 18:27:15 asau Exp $ +# $NetBSD: Makefile,v 1.64 2010/05/28 12:15:42 obache Exp $ DISTNAME= mpich2-1.2.1p1 #PKGREVISION= 1 @@ -28,6 +28,8 @@ CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/${PKGBASE} CONFIGURE_ARGS+= --htmldir=${PREFIX}/share/doc/${PKGBASE}/html CONFIGURE_ARGS+= --disable-f90 # problems? +CONFIGURE_ARGS+= --without-java +CONFIGURE_ARGS+= --without-java2 USE_TOOLS+= perl:run -- cgit v1.2.3