diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-09-26 20:04:00 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-09-26 20:04:00 +0000 |
commit | fecd5d8659a74634942ec6c3bb9902996251d7fe (patch) | |
tree | fb0770be8305df2945321944a2f54134add1b6e1 /math/R-circular | |
parent | 43f87af2f35d3773e7e2544e395e310b593ade9f (diff) | |
download | pkgsrc-fecd5d8659a74634942ec6c3bb9902996251d7fe.tar.gz |
Add c to USE_LANGUAGES.
Fix build on Gentoo Linux.
Diffstat (limited to 'math/R-circular')
-rw-r--r-- | math/R-circular/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |