summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2011-12-19 22:27:04 +0000
committermarkd <markd@pkgsrc.org>2011-12-19 22:27:04 +0000
commit6faa968d85c64f1144b7150aa590d69ae8c54857 (patch)
tree7059e7a54cb79c0b2d7271c773ee54ed126e1f9b
parent98deb21e04e4cc0d084ed6f2b5210955e16a872f (diff)
downloadpkgsrc-6faa968d85c64f1144b7150aa590d69ae8c54857.tar.gz
s/fortran77/fortran/ - use same fortran as R itself.
No PKGREVISION bump as either this is unchanged or didn't previously build
-rw-r--r--math/R-akima/Makefile4
-rw-r--r--math/R-circular/Makefile4
-rw-r--r--math/R-classInt/Makefile4
-rw-r--r--math/R-lmm/Makefile4
-rw-r--r--math/R-mvtnorm/Makefile4
-rw-r--r--math/R-randomForest/Makefile4
-rw-r--r--math/R-sgeostat/Makefile4
7 files changed, 14 insertions, 14 deletions
diff --git a/math/R-akima/Makefile b/math/R-akima/Makefile
index 8f3d1033d92..fe54369ebba 100644
--- a/math/R-akima/Makefile
+++ b/math/R-akima/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2011/09/26 20:05:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2011/12/19 22:27:04 markd Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -10,7 +10,7 @@ COMMENT= Linear or cubic spline interpolation for irregular gridded data
R_PKGNAME= akima
R_PKGVER= 0.5-4
-USE_LANGUAGES= fortran77 c
+USE_LANGUAGES= fortran c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-circular/Makefile b/math/R-circular/Makefile
index 723983d4e23..29adebdd4a8 100644
--- a/math/R-circular/Makefile
+++ b/math/R-circular/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/09/26 20:04:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2011/12/19 22:27:04 markd Exp $
PKGREVISION= 1
CATEGORIES= math
@@ -11,7 +11,7 @@ COMMENT= Circular Statistics, from "Topics in circular Statistics"
R_PKGNAME= circular
R_PKGVER= 0.3-8
-USE_LANGUAGES= fortran77 c
+USE_LANGUAGES= fortran c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-classInt/Makefile b/math/R-classInt/Makefile
index 0c478ffbbad..7c03b9872ae 100644
--- a/math/R-classInt/Makefile
+++ b/math/R-classInt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/11/20 05:00:51 markd Exp $
+# $NetBSD: Makefile,v 1.5 2011/12/19 22:27:04 markd Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -10,7 +10,7 @@ COMMENT= Package for choosing univariate class intervals for graphics
R_PKGNAME= classInt
R_PKGVER= 0.1-14
-USE_LANGUAGES= c fortran77
+USE_LANGUAGES= c fortran
DEPENDS+= R-e1071>=1.5:../../math/R-e1071
diff --git a/math/R-lmm/Makefile b/math/R-lmm/Makefile
index 8a78d1f6427..d296b3a66e9 100644
--- a/math/R-lmm/Makefile
+++ b/math/R-lmm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2010/07/30 10:36:26 asau Exp $
+# $NetBSD: Makefile,v 1.9 2011/12/19 22:27:05 markd Exp $
#
PKGREVISION= 1
@@ -11,7 +11,7 @@ COMMENT= Improved procedures for linear mixed models with R
R_PKGNAME= lmm
R_PKGVER= 0.3-5
-USE_LANGUAGES+= c fortran77
+USE_LANGUAGES+= c fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-mvtnorm/Makefile b/math/R-mvtnorm/Makefile
index c02cbdc3294..3375b9ab40a 100644
--- a/math/R-mvtnorm/Makefile
+++ b/math/R-mvtnorm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2010/07/30 10:36:26 asau Exp $
+# $NetBSD: Makefile,v 1.9 2011/12/19 22:27:05 markd Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -10,7 +10,7 @@ COMMENT= Computes the multivariate normal and t distribution
R_PKGNAME= mvtnorm
R_PKGVER= 0.9-8
-USE_LANGUAGES= c fortran77
+USE_LANGUAGES= c fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-randomForest/Makefile b/math/R-randomForest/Makefile
index 5db7d67251d..b1663a987f7 100644
--- a/math/R-randomForest/Makefile
+++ b/math/R-randomForest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/07/30 10:36:26 asau Exp $
+# $NetBSD: Makefile,v 1.5 2011/12/19 22:27:05 markd Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -10,7 +10,7 @@ COMMENT= Classification and regression based on a forest of trees
R_PKGNAME= randomForest
R_PKGVER= 4.5-34
-USE_LANGUAGES= c fortran77
+USE_LANGUAGES= c fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/R-sgeostat/Makefile b/math/R-sgeostat/Makefile
index 54e3077b00b..1b05d89ec1c 100644
--- a/math/R-sgeostat/Makefile
+++ b/math/R-sgeostat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2010/07/30 10:36:26 asau Exp $
+# $NetBSD: Makefile,v 1.10 2011/12/19 22:27:05 markd Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -9,7 +9,7 @@ COMMENT= Object-oriented Framework for Geostatistical Modeling in S+
R_PKGNAME= sgeostat
R_PKGVER= 1.0-23
-USE_LANGUAGES= c fortran77
+USE_LANGUAGES= c fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"