summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-07-20 21:03:50 +0000
committerwiz <wiz@pkgsrc.org>2006-07-20 21:03:50 +0000
commit57e30bec58dd2a8f4febdf92446fa6090e33188a (patch)
treec468101b435188ca72a68f7f16234f1e7dae939b /math
parentf4776bbdaf83f406346aa616f049743a78a9a176 (diff)
downloadpkgsrc-57e30bec58dd2a8f4febdf92446fa6090e33188a.tar.gz
Needs fortran.
Diffstat (limited to 'math')
-rw-r--r--math/R-akima/Makefile3
-rw-r--r--math/R-lmm/Makefile15
-rw-r--r--math/R-mvtnorm/Makefile3
-rw-r--r--math/R-sgeostat/Makefile15
4 files changed, 20 insertions, 16 deletions
diff --git a/math/R-akima/Makefile b/math/R-akima/Makefile
index 75ad0cbb001..6f492d4c189 100644
--- a/math/R-akima/Makefile
+++ b/math/R-akima/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 13:01:53 markd Exp $
+# $NetBSD: Makefile,v 1.2 2006/07/20 21:03:50 wiz Exp $
#
CATEGORIES= math
@@ -10,6 +10,7 @@ COMMENT= Linear or cubic spline interpolation for irregular gridded data
R_PKGNAME= akima
R_PKGVER= 0.5-1
+USE_LANGUAGES+= fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-lmm/Makefile b/math/R-lmm/Makefile
index e7120d1d9cb..f39b99e3c2f 100644
--- a/math/R-lmm/Makefile
+++ b/math/R-lmm/Makefile
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:00 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/07/20 21:04:17 wiz Exp $
#
-PKGREVISION= 1
-CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+PKGREVISION= 1
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
-MAINTAINER= mchittur@cs.nmsu.edu
-HOMEPAGE= ${R_HOMEPAGE_BASE}/lmm.html
+MAINTAINER= mchittur@cs.nmsu.edu
+HOMEPAGE= ${R_HOMEPAGE_BASE}/lmm.html
COMMENT= Improved procedures for linear mixed models with R
R_PKGNAME= lmm
-R_PKGVER= 0.3-2
+R_PKGVER= 0.3-2
+USE_LANGUAGES+= fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-mvtnorm/Makefile b/math/R-mvtnorm/Makefile
index 738f574c030..f79e55874c2 100644
--- a/math/R-mvtnorm/Makefile
+++ b/math/R-mvtnorm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 13:09:22 markd Exp $
+# $NetBSD: Makefile,v 1.2 2006/07/20 21:04:32 wiz Exp $
#
CATEGORIES= math
@@ -10,6 +10,7 @@ COMMENT= Computes the multivariate normal and t distribution
R_PKGNAME= mvtnorm
R_PKGVER= 0.7-2
+USE_LANGUAGES+= fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-sgeostat/Makefile b/math/R-sgeostat/Makefile
index f05f99b59d7..428adca0d5d 100644
--- a/math/R-sgeostat/Makefile
+++ b/math/R-sgeostat/Makefile
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:00 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/07/20 21:04:56 wiz Exp $
#
-PKGREVISION= 1
-CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+PKGREVISION= 1
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
-MAINTAINER= mchittur@cs.nmsu.edu
-HOMEPAGE= ${R_HOMEPAGE_BASE}/sgeostat.html
+MAINTAINER= mchittur@cs.nmsu.edu
+HOMEPAGE= ${R_HOMEPAGE_BASE}/sgeostat.html
COMMENT= Object-oriented Framework for Geostatistical Modeling in S+
R_PKGNAME= sgeostat
-R_PKGVER= 1.0-19
+R_PKGVER= 1.0-19
+USE_LANGUAGES+= fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"