summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-12-23 23:38:46 +0000
committerjoerg <joerg@pkgsrc.org>2009-12-23 23:38:46 +0000
commit66da4fa38ed8db9bed844aa85d14ca6db3cd3b2c (patch)
tree47e53e5e6759ba8b3e6e4698cb375d6de76f9a3c /math
parent55e6f0c967455eab8faaa3b0b182339594b43cd1 (diff)
downloadpkgsrc-66da4fa38ed8db9bed844aa85d14ca6db3cd3b2c.tar.gz
Needs C and Fortran. From PR 42506.
Diffstat (limited to 'math')
-rw-r--r--math/R-randomForest/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/R-randomForest/Makefile b/math/R-randomForest/Makefile
index 75ef8c13ee5..42c09b24387 100644
--- a/math/R-randomForest/Makefile
+++ b/math/R-randomForest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/12/11 19:45:46 adam Exp $
+# $NetBSD: Makefile,v 1.3 2009/12/23 23:38:46 joerg Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
@@ -10,5 +10,7 @@ COMMENT= Classification and regression based on a forest of trees
R_PKGNAME= randomForest
R_PKGVER= 4.5-34
+USE_LANGUAGES= c fortran
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"