diff options
author | dmcmahill <dmcmahill> | 2000-07-11 01:46:30 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-07-11 01:46:30 +0000 |
commit | 564b24664f8e02ad6ae11e04f03e48b62315ec19 (patch) | |
tree | fb2c9c9b21215ca7f1c40b7f9bd33c19a0448e08 /math/scilab | |
parent | 232352f44bdcd42e7b7adbc7d6dc6aba8d7d282e (diff) | |
download | pkgsrc-564b24664f8e02ad6ae11e04f03e48b62315ec19.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/scilab')
-rw-r--r-- | math/scilab/Makefile | 4 |
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} |