summaryrefslogtreecommitdiff
path: root/math/R-akima
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
commit81c0c9f6ae5efe5b357313aaccf8f9b498864ba9 (patch)
tree7059e7a54cb79c0b2d7271c773ee54ed126e1f9b /math/R-akima
parentb7e4c49cf15a91c9a24965322be40d559e60f1be (diff)
downloadpkgsrc-81c0c9f6ae5efe5b357313aaccf8f9b498864ba9.tar.gz
s/fortran77/fortran/ - use same fortran as R itself.
No PKGREVISION bump as either this is unchanged or didn't previously build
Diffstat (limited to 'math/R-akima')
-rw-r--r--math/R-akima/Makefile4
1 files changed, 2 insertions, 2 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"