diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-05-30 12:31:01 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-05-30 12:31:01 +0000 |
commit | 9b39be331b544a303e59c344b13069bc874789ee (patch) | |
tree | d1972c57a24e0d9cbcedb5be9275d2fb7587edfa /math | |
parent | 72dcf244d3351fc9e55439fb07b9b800a9b8aed1 (diff) | |
download | pkgsrc-9b39be331b544a303e59c344b13069bc874789ee.tar.gz |
Bump PKGREVISION.
* Fix build under NetBSD 6.1.5.
Newer texinfo is required. From wen@.
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index ebf1ed4e68d..158d223e464 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.155 2015/05/13 12:48:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.156 2015/05/30 12:31:01 ryoon Exp $ DISTNAME= R-3.2.0 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-3/} @@ -22,7 +23,7 @@ USE_TOOLS+= gmake gzip:run makeinfo perl:run sed unzip:run xmkmf USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ fortran USE_LIBTOOL= yes -TEXINFO_REQD= 4.7 +TEXINFO_REQD= 5.1 INFO_FILES= yes PTHREAD_AUTO_VARS= yes |