diff options
author | adam <adam@pkgsrc.org> | 2009-12-11 19:26:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-12-11 19:26:24 +0000 |
commit | 6dd2c472f5be42d9edf94c8c65c2d98a71932fc9 (patch) | |
tree | a3ab5639a04e6f86def175105a3acd281458eba6 /math/R-gdata/Makefile | |
parent | 4c8ade0024d18a217facec96a9e8dbd7cd73ebd3 (diff) | |
download | pkgsrc-6dd2c472f5be42d9edf94c8c65c2d98a71932fc9.tar.gz |
Update to the latest version of the module along with R update
Diffstat (limited to 'math/R-gdata/Makefile')
-rw-r--r-- | math/R-gdata/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/R-gdata/Makefile b/math/R-gdata/Makefile index 1e891d775ab..6b8108bf6f8 100644 --- a/math/R-gdata/Makefile +++ b/math/R-gdata/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/10/14 07:31:26 markd Exp $ -# +# $NetBSD: Makefile,v 1.4 2009/12/11 19:28:43 adam Exp $ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,12 +8,12 @@ HOMEPAGE= ${R_HOMEPAGE_BASE}/gdata/ COMMENT= Various R programming tools for data manipulation R_PKGNAME= gdata -R_PKGVER= 2.4.2 +R_PKGVER= 2.6.1 -DEPENDS+= R-gtools>=2.2.3:../../math/R-gtools +DEPENDS+= R-gtools>=2.6.1:../../math/R-gtools -REPLACE_PERL+= inst/bin/*.bat inst/perl/*.pl USE_TOOLS+= perl:run +REPLACE_PERL+= inst/bin/*.bat inst/perl/*.pl .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |