summaryrefslogtreecommitdiff
path: root/math/R-akima
diff options
context:
space:
mode:
authorryoon <ryoon>2011-09-26 20:04:00 +0000
committerryoon <ryoon>2011-09-26 20:04:00 +0000
commit4ee7fc93d493b8af9b34161b4a93df5e183161cd (patch)
treefb0770be8305df2945321944a2f54134add1b6e1 /math/R-akima
parent42f6e0edbd0ca3631fa0c67eb435ceef13895f06 (diff)
downloadpkgsrc-4ee7fc93d493b8af9b34161b4a93df5e183161cd.tar.gz
Add c to USE_LANGUAGES.
Fix build on Gentoo Linux.
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 4b7548c4e74..8f3d1033d92 100644
--- a/math/R-akima/Makefile
+++ b/math/R-akima/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2010/07/30 10:36:25 asau Exp $
+# $NetBSD: Makefile,v 1.8 2011/09/26 20:05:32 ryoon 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
+USE_LANGUAGES= fortran77 c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"