summaryrefslogtreecommitdiff
path: root/math/R
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-05 16:27:22 +0000
committerjlam <jlam>2006-03-05 16:27:22 +0000
commitce4bbe5f06174694c3b499219adedc4dab48cc15 (patch)
treee3c6cf61f7cffff30eee10d4bef3729227d7edcb /math/R
parent8c289c620336c1910cc533433541050cac4530a4 (diff)
downloadpkgsrc-ce4bbe5f06174694c3b499219adedc4dab48cc15.tar.gz
* Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
Diffstat (limited to 'math/R')
-rw-r--r--math/R/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 0fb80bf99dd..2d04fd55d99 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2006/02/05 23:09:59 joerg Exp $
+# $NetBSD: Makefile,v 1.81 2006/03/05 16:27:27 jlam Exp $
DISTNAME= R-2.2.1
PKGREVISION= 2
@@ -16,11 +16,10 @@ NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \
PKG_INSTALLATION_TYPES= overwrite pkgviews
TEST_TARGET= check
-USE_TOOLS+= gmake gzip:run perl:run sed xmkmf
+USE_TOOLS+= gmake gzip:run makeinfo perl:run sed xmkmf
USE_GNU_READLINE= # uses callback interface
USE_LANGUAGES= c fortran
USE_LIBTOOL= yes
-USE_MAKEINFO= yes
TEXINFO_REQD= 4.5
GNU_CONFIGURE= yes