summaryrefslogtreecommitdiff
path: root/math/R-akima/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-23 16:47:11 +0000
committerrillig <rillig>2006-07-23 16:47:11 +0000
commit3be0ae34b5729a29f9611df80f12cd73a8a90723 (patch)
treef14ecb274ba78cb08c6db850ed63580ebd30ba30 /math/R-akima/Makefile
parentec9a3c7fe73a689127e1dec378b388ae89ff1b04 (diff)
downloadpkgsrc-3be0ae34b5729a29f9611df80f12cd73a8a90723.tar.gz
Needs a C compiler.
Diffstat (limited to 'math/R-akima/Makefile')
-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 6f492d4c189..7d8e5c81e36 100644
--- a/math/R-akima/Makefile
+++ b/math/R-akima/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/07/20 21:03:50 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2006/07/23 16:47:11 rillig Exp $
#
CATEGORIES= math
@@ -10,7 +10,7 @@ COMMENT= Linear or cubic spline interpolation for irregular gridded data
R_PKGNAME= akima
R_PKGVER= 0.5-1
-USE_LANGUAGES+= fortran
+USE_LANGUAGES= c fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"