diff options
author | markd <markd@pkgsrc.org> | 2012-12-15 21:35:54 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-12-15 21:35:54 +0000 |
commit | c816aba65500f5a7fd6ff49bb5b26eec6fd4fb0b (patch) | |
tree | f6a58d8da6df580371fadb04394cbc526f33b16d /math | |
parent | 606937b7b1489a00a3acb0ed52f742c35b35ce8b (diff) | |
download | pkgsrc-c816aba65500f5a7fd6ff49bb5b26eec6fd4fb0b.tar.gz |
Bump PKGREVISION as fix to mk/compiler/g95.mk means that correct FC value
is now stored in R/etc/Makeconf meaning that R can now build modules
outside of pkgsrc context.
Diffstat (limited to 'math')
-rw-r--r-- | math/R/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index ebdbc6ada2d..8c3508ee039 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.131 2012/10/03 21:56:35 wiz Exp $ +# $NetBSD: Makefile,v 1.132 2012/12/15 21:35:54 markd Exp $ DISTNAME= R-2.14.2 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=base/R-2/} |