diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-26 18:56:13 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-26 18:56:13 +0000 |
commit | 3fe7edf2399886ec0fb2bc928971ac6543d869ad (patch) | |
tree | e7cf0837ac28ba947958059c9f46abc82e5a4fb1 /math | |
parent | c216c41c0a815e355fdacc820a0e1bc8037d319d (diff) | |
download | pkgsrc-3fe7edf2399886ec0fb2bc928971ac6543d869ad.tar.gz |
add USE_X11=yes
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 3 | ||||
-rw-r--r-- | math/octave/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 000c89c7252..d94c49d5dcd 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/02/20 22:48:35 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1999/04/26 18:56:15 garbled Exp $ # DISTNAME= R-0.63.1 @@ -22,6 +22,7 @@ DEPENDS+= f2c-19980913:../../lang/f2c .endif DEPENDS+= readline-2.2:../../devel/readline +USE_X11= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-readline --with-x diff --git a/math/octave/Makefile b/math/octave/Makefile index 3fae25c412d..f787a02f51d 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/04/23 04:19:25 mycroft Exp $ +# $NetBSD: Makefile,v 1.10 1999/04/26 18:56:15 garbled Exp $ # FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp DISTNAME= octave-2.0.13 @@ -16,6 +16,7 @@ BUILD_DEPENDS+= tex:../../print/teTeX BUILD_DEPENDS+= dvips:../../print/teTeX DEPENDS+= gnuplot-3.7:../../graphics/gnuplot +USE_X11= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_GMAKE= yes |