diff options
author | obache <obache> | 2010-05-28 12:15:42 +0000 |
---|---|---|
committer | obache <obache> | 2010-05-28 12:15:42 +0000 |
commit | 8ca1b5e92eef39c940ff88760f1918e6a7c678c6 (patch) | |
tree | 7fb20db31f4b2ea5af1f5f91a80569b1c6b50c34 /parallel | |
parent | 7b207e4ff262e5fa1ce7c1d61c09cd11b70d2e9d (diff) | |
download | pkgsrc-8ca1b5e92eef39c940ff88760f1918e6a7c678c6.tar.gz |
exactly disable to build with java, or result in PLIST mismatch.
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 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 |