diff options
author | garbled <garbled> | 1999-04-26 18:56:13 +0000 |
---|---|---|
committer | garbled <garbled> | 1999-04-26 18:56:13 +0000 |
commit | 55598e336b7af546b570f4bc0c4213dc763c2dd8 (patch) | |
tree | e7cf0837ac28ba947958059c9f46abc82e5a4fb1 /math/R | |
parent | 9519f2629e7389094db9fef7edca63a26ecb97a9 (diff) | |
download | pkgsrc-55598e336b7af546b570f4bc0c4213dc763c2dd8.tar.gz |
add USE_X11=yes
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |