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 | eb28b5ab8f5a89c25daa86328cc056cace1be31e (patch) | |
tree | 9b9b24f3a3be798a715df1f659d2dfcaa7d53ad3 /math | |
parent | 82dc374079b7ce7be7476aead1b5dca939990113 (diff) | |
download | pkgsrc-eb28b5ab8f5a89c25daa86328cc056cace1be31e.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 |