pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/scilab do not try and build our own Xaw3d library



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b181fe841c6
branches:  trunk
changeset: 499111:0b181fe841c6
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Fri Sep 09 18:30:01 2005 +0000

description:
do not try and build our own Xaw3d library

diffstat:

 math/scilab/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r f0203fd3ed65 -r 0b181fe841c6 math/scilab/Makefile
--- a/math/scilab/Makefile      Fri Sep 09 18:26:00 2005 +0000
+++ b/math/scilab/Makefile      Fri Sep 09 18:30:01 2005 +0000
@@ -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_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 @@
 .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"



Home | Main Index | Thread Index | Old Index