diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-27 23:56:21 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-27 23:56:21 +0000 |
commit | 62a0e5419536fddada7568a2a84f8588f0a1b0b8 (patch) | |
tree | da983ecd15e372d67c2abd92b514dcfa7fbee2d0 /math | |
parent | 7d9a78e27baabf6a50faafa0b9802578efcb5c84 (diff) | |
download | pkgsrc-62a0e5419536fddada7568a2a84f8588f0a1b0b8.tar.gz |
this pkg needs USE_X11BASE=yes. Fix it. (cleared with maintainer).
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index f4b6af13a10..7193c1f70d1 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/04/16 22:53:51 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1999/04/27 23:56:21 garbled Exp $ # # IMPORTANT: Before upgrading this package, please read files/README.next_rev! @@ -22,6 +22,7 @@ RESTRICTED= "no paid distribution of SCILAB" PLIST_SRC= ${WRKDIR}/.PLIST-src +USE_X11BASE= yes USE_X11= yes GNU_CONFIGURE= yes |