diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-03-28 11:06:29 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-03-28 11:06:29 +0000 |
commit | 8838f373c34c351ec033081b66d7954d9889ca86 (patch) | |
tree | 411e402fa747f423d636441b96a32006df78a001 /math | |
parent | 8b86fd9d151896ebc407b6b33bdfcf6b2715bed0 (diff) | |
download | pkgsrc-8838f373c34c351ec033081b66d7954d9889ca86.tar.gz |
Wants at least version 4.7 of makeinfo to build the docs. Bump pkgrev.
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 005f741e9eb..0bc1bc7a823 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.90 2007/03/20 11:00:58 markd Exp $ +# $NetBSD: Makefile,v 1.91 2007/03/28 11:06:29 dmcmahill Exp $ DISTNAME= R-2.4.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-2/} @@ -20,7 +20,7 @@ USE_TOOLS+= gmake gzip:run makeinfo perl:run sed xmkmf USE_GNU_READLINE= yes # uses callback interface USE_LANGUAGES= c fortran USE_LIBTOOL= yes -TEXINFO_REQD= 4.5 +TEXINFO_REQD= 4.7 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-R-shlib |