diff options
Diffstat (limited to 'math/R-gstat/Makefile')
-rw-r--r-- | math/R-gstat/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/R-gstat/Makefile b/math/R-gstat/Makefile index 8ea312504a2..698adafb782 100644 --- a/math/R-gstat/Makefile +++ b/math/R-gstat/Makefile @@ -1,16 +1,17 @@ -# $NetBSD: Makefile,v 1.3 2007/02/22 19:26:46 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2008/10/14 08:24:23 markd Exp $ # -PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} MAINTAINER= mchittur@cs.nmsu.edu -HOMEPAGE= ${R_HOMEPAGE_BASE}/gstat.html +HOMEPAGE= ${R_HOMEPAGE_BASE}/gstat/ COMMENT= Uni/multivariable geostatistical modelling, prediction and simulation R_PKGNAME= gstat -R_PKGVER= 0.9-13 +R_PKGVER= 0.9-51 + +DEPENDS+= R-sp>=0.9.26:../../math/R-sp .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |