diff options
author | dmcmahill <dmcmahill> | 2007-03-28 11:06:29 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2007-03-28 11:06:29 +0000 |
commit | 18a750a8de072e515be512f77be0f4b2d099f004 (patch) | |
tree | 411e402fa747f423d636441b96a32006df78a001 /math/R | |
parent | 640ede8912534292117c75e1744911e6eade2252 (diff) | |
download | pkgsrc-18a750a8de072e515be512f77be0f4b2d099f004.tar.gz |
Wants at least version 4.7 of makeinfo to build the docs. Bump pkgrev.
Diffstat (limited to 'math/R')
-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 |