diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-23 16:47:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-23 16:47:11 +0000 |
commit | 097ba7d508aa540acf22df386616318675812d7c (patch) | |
tree | f14ecb274ba78cb08c6db850ed63580ebd30ba30 /math | |
parent | 7b93c0df14e9708ecd0e93c10db979749b8e23f0 (diff) | |
download | pkgsrc-097ba7d508aa540acf22df386616318675812d7c.tar.gz |
Needs a C compiler.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-akima/Makefile | 4 |
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" |