From a7bcf518dd61856a595db1a2fea3069c4c4208d3 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 11 Jul 2000 01:46:30 +0000 Subject: Add --with-xaw to configure line to avoid picking up Xaw3d. This pkg doesn't need that extra DEPENDS. This addresses PR 10561 filed by moehl@akaflieg.extern.tu-berlin.de --- math/scilab/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/scilab') diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 645606cc06f..9f2695cf483 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/06/01 11:23:35 rh Exp $ +# $NetBSD: Makefile,v 1.17 2000/07/11 01:46:30 dmcmahill Exp $ # # IMPORTANT: Before upgrading this package, please read files/README.next_rev! @@ -23,7 +23,7 @@ USE_X11BASE= yes USE_X11= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --without-xless +CONFIGURE_ARGS+= --without-xless --with-xaw #override HOME to avoid picking up a bad ${HOME}/.scilab during the build MAKE_ENV+= HOME=${WRKSRC} CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} -- cgit v1.2.3