summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2005-09-09 18:30:01 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2005-09-09 18:30:01 +0000
commit2d7a66bb7e5c08783b44245a1cc98894cf50ca1a (patch)
treee6800ed19d8a271bf83f1342b4d6fbd391887db1 /math
parent7ff4b2a9e15ccea6971ad55eaeda3fb01ba8f0e2 (diff)
downloadpkgsrc-2d7a66bb7e5c08783b44245a1cc98894cf50ca1a.tar.gz
do not try and build our own Xaw3d library
Diffstat (limited to 'math')
-rw-r--r--math/scilab/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 27cf0d2d5ad..da3b260e704 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2005/09/07 10:48:47 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.65 2005/09/09 18:30:01 dmcmahill Exp $
#
DISTNAME= ${SCIBASE}-src
@@ -23,7 +23,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= tee
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --without-xaw3d
+CONFIGURE_ARGS+= --without-local-xaw
EVAL_PREFIX+= TCL_PREFIX=tcl
EVAL_PREFIX+= TK_PREFIX=tk
@@ -127,4 +127,5 @@ CONFIGURE_ARGS+= --without-ocaml
.include "../../parallel/pvm3/buildlink3.mk"
.include "../../textproc/sablotron/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"
+.include "../../x11/Xaw3d/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"