summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authoradam <adam>2009-12-11 19:25:33 +0000
committeradam <adam>2009-12-11 19:25:33 +0000
commit1a38369836852cd9248b398fd4c98c1911881f1e (patch)
tree81e75964f699e966ce81defcd574adb4af596af6 /math
parenta8f666508e9b5aea36ed7ceebc3688ff8a8b0349 (diff)
downloadpkgsrc-1a38369836852cd9248b398fd4c98c1911881f1e.tar.gz
Added USE_LANGUAGES
Diffstat (limited to 'math')
-rw-r--r--math/R-circular/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/math/R-circular/Makefile b/math/R-circular/Makefile
index e83e08c432f..fceb28056e3 100644
--- a/math/R-circular/Makefile
+++ b/math/R-circular/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2009/12/03 13:06:53 asau Exp $
-#
+# $NetBSD: Makefile,v 1.3 2009/12/11 19:25:33 adam Exp $
-PKGREVISION= 1
-CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+PKGREVISION= 1
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= ${R_HOMEPAGE_BASE}/circular/
-COMMENT= Circular Statistics, from "Topics in circular Statistics"
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= ${R_HOMEPAGE_BASE}/circular/
+COMMENT= Circular Statistics, from "Topics in circular Statistics"
-R_PKGNAME= circular
-R_PKGVER= 0.3-8
-USE_LANGUAGES+= c fortran
+R_PKGNAME= circular
+R_PKGVER= 0.3-8
+
+USE_LANGUAGES= fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"