diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2005-09-09 18:30:01 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2005-09-09 18:30:01 +0000 |
commit | 444045107ee5e2d06768d94dc6826e0c3c0a69da (patch) | |
tree | e6800ed19d8a271bf83f1342b4d6fbd391887db1 /math | |
parent | 69c5839c971944128cf90f1648cf379e50d76490 (diff) | |
download | pkgsrc-444045107ee5e2d06768d94dc6826e0c3c0a69da.tar.gz |
do not try and build our own Xaw3d library
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab/Makefile | 5 |
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" |