diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 05:35:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 05:35:32 +0000 |
commit | 48781afdbbd269b8ceaed59acae75d853875a642 (patch) | |
tree | 5538ac20e99097c6730389c1602b13c3a4026b76 /math | |
parent | 7c0a27c6e2c2c1fe15f479d1402681af920aec2b (diff) | |
download | pkgsrc-48781afdbbd269b8ceaed59acae75d853875a642.tar.gz |
For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 5732c7b8fd9..7cecd8931a0 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2005/05/19 13:12:52 markd Exp $ +# $NetBSD: Makefile,v 1.66 2005/05/22 05:35:33 jlam Exp $ DISTNAME= R-2.1.0 CATEGORIES= math @@ -18,6 +18,7 @@ TEST_TARGET= check USE_X11= # defined USE_PERL5= # defined USE_GNU_TOOLS+= make +USE_TOOLS+= xmkmf USE_GNU_READLINE= # uses callback interface USE_MAKEINFO= # defined TEXINFO_REQD= 4.5 @@ -33,7 +34,6 @@ CONFIGURE_ARGS+= --without-gnome # not yet stable CONFIGURE_ARGS+= --with-zlib CONFIGURE_ARGS+= --with-bzlib CONFIGURE_ARGS+= --with-pcre -CONFIGURE_ENV+= XMKMF="${XMKMF}" # Use BLAS (math/blas) # |