summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg>2009-12-23 23:38:46 +0000
committerjoerg <joerg>2009-12-23 23:38:46 +0000
commit7fb08b47ea3fbcdb013ae9f7893a27e60b2366b1 (patch)
tree47e53e5e6759ba8b3e6e4698cb375d6de76f9a3c /math
parentf3b3f50d1621225626491bf5b7974b0526ebfd32 (diff)
downloadpkgsrc-7fb08b47ea3fbcdb013ae9f7893a27e60b2366b1.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"