diff options
author | ryoon <ryoon> | 2011-09-26 20:04:00 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2011-09-26 20:04:00 +0000 |
commit | 9b2fbff2a08ceb9695dd6b7d2274dbc242a306e4 (patch) | |
tree | fb0770be8305df2945321944a2f54134add1b6e1 /math/R-circular | |
parent | fc2f2e4a3f5a0b76d16cbfb3cf60f7ee02d11d69 (diff) | |
download | pkgsrc-9b2fbff2a08ceb9695dd6b7d2274dbc242a306e4.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" |