summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-07-11 01:46:30 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-07-11 01:46:30 +0000
commita7bcf518dd61856a595db1a2fea3069c4c4208d3 (patch)
treefb2c9c9b21215ca7f1c40b7f9bd33c19a0448e08 /math
parent93e8f614a23736a0ef4db67c9d9e0274e7606093 (diff)
downloadpkgsrc-a7bcf518dd61856a595db1a2fea3069c4c4208d3.tar.gz
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
Diffstat (limited to 'math')
-rw-r--r--math/scilab/Makefile4
1 files changed, 2 insertions, 2 deletions
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}