Mon Sep 26 20:04:00 2011 UTC ()
Add c to USE_LANGUAGES.
Fix build on Gentoo Linux.


(ryoon)
diff -r1.4 -r1.5 pkgsrc/math/R-circular/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/math/R-circular/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-circular/Makefile 2010/07/30 10:36:26 1.4
+++ pkgsrc/math/R-circular/Makefile 2011/09/26 20:04:00 1.5
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2010/07/30 10:36:26 asau Exp $ 1# $NetBSD: Makefile,v 1.5 2011/09/26 20:04:00 ryoon Exp $
2 2
3PKGREVISION= 1 3PKGREVISION= 1
4CATEGORIES= math 4CATEGORIES= math
5MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} 5MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= ${R_HOMEPAGE_BASE}/circular/ 8HOMEPAGE= ${R_HOMEPAGE_BASE}/circular/
9COMMENT= Circular Statistics, from "Topics in circular Statistics" 9COMMENT= Circular Statistics, from "Topics in circular Statistics"
10 10
11R_PKGNAME= circular 11R_PKGNAME= circular
12R_PKGVER= 0.3-8 12R_PKGVER= 0.3-8
13 13
14USE_LANGUAGES= fortran77 14USE_LANGUAGES= fortran77 c
15 15
16.include "../../math/R/Makefile.extension" 16.include "../../math/R/Makefile.extension"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"