summaryrefslogtreecommitdiff
path: root/math/R-akima
diff options
context:
space:
mode:
authorwiz <wiz>2006-07-20 21:03:50 +0000
committerwiz <wiz>2006-07-20 21:03:50 +0000
commit79b83e1dae13f3760af441d4e846848b7c944e76 (patch)
treec468101b435188ca72a68f7f16234f1e7dae939b /math/R-akima
parent74db45fd7ca39196e8b243e27550a463f89c9c08 (diff)
downloadpkgsrc-79b83e1dae13f3760af441d4e846848b7c944e76.tar.gz
Needs fortran.
Diffstat (limited to 'math/R-akima')
-rw-r--r--math/R-akima/Makefile3
1 files changed, 2 insertions, 1 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"