diff options
author | markd <markd@pkgsrc.org> | 2008-06-23 20:54:44 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-06-23 20:54:44 +0000 |
commit | f740336d745685d33e3d5bfb6ad52af8b449018b (patch) | |
tree | 9b9b24f3a3be798a715df1f659d2dfcaa7d53ad3 /math | |
parent | b62d7e46815859dd80f750d7abbb0836b4914300 (diff) | |
download | pkgsrc-f740336d745685d33e3d5bfb6ad52af8b449018b.tar.gz |
Explicitly disable java support so that it doesn't try, and fail, to build
it if configure script happens to find a java installed.
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index fff1293ff24..eed6ab82a50 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2007/10/07 20:35:04 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.75 2008/06/23 20:54:44 markd Exp $ # DISTNAME= ${SCIBASE}-src @@ -27,6 +27,7 @@ USE_TOOLS+= tee GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-local-xaw +CONFIGURE_ARGS+= --without-java EVAL_PREFIX+= TCL_PREFIX=tcl EVAL_PREFIX+= TK_PREFIX=tk |