summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormarkd <markd>2008-06-23 20:54:44 +0000
committermarkd <markd>2008-06-23 20:54:44 +0000
commit9e359c049e588918ef980a4c07973eb61d299e98 (patch)
tree9b9b24f3a3be798a715df1f659d2dfcaa7d53ad3 /math
parent7f5305f26f048bf33d45dfc7ecd6dc18e2cc5ebf (diff)
downloadpkgsrc-9e359c049e588918ef980a4c07973eb61d299e98.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/Makefile3
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