summaryrefslogtreecommitdiff
path: root/math/R
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-22 05:35:32 +0000
committerjlam <jlam>2005-05-22 05:35:32 +0000
commit2901e41f3db308b64ed1adb51e919c3fc483bc49 (patch)
tree5538ac20e99097c6730389c1602b13c3a4026b76 /math/R
parent44450b55820c29768f135e85f7062da218a39f1e (diff)
downloadpkgsrc-2901e41f3db308b64ed1adb51e919c3fc483bc49.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/R')
-rw-r--r--math/R/Makefile4
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)
#