diff options
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" |