From 9b2fbff2a08ceb9695dd6b7d2274dbc242a306e4 Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 26 Sep 2011 20:04:00 +0000 Subject: Add c to USE_LANGUAGES. Fix build on Gentoo Linux. --- math/R-akima/Makefile | 4 ++-- math/R-circular/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 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" diff --git a/math/R-circular/Makefile b/math/R-circular/Makefile index f423f309679..723983d4e23 100644 --- a/math/R-circular/Makefile +++ b/math/R-circular/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/07/30 10:36:26 asau Exp $ +# $NetBSD: Makefile,v 1.5 2011/09/26 20:04:00 ryoon Exp $ PKGREVISION= 1 CATEGORIES= math @@ -11,7 +11,7 @@ COMMENT= Circular Statistics, from "Topics in circular Statistics" R_PKGNAME= circular R_PKGVER= 0.3-8 -USE_LANGUAGES= fortran77 +USE_LANGUAGES= fortran77 c .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3