diff options
Diffstat (limited to 'devel/R-cran-randomForest/Makefile')
-rw-r--r-- | devel/R-cran-randomForest/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/R-cran-randomForest/Makefile b/devel/R-cran-randomForest/Makefile index 6831ad0531c1..632ad563719b 100644 --- a/devel/R-cran-randomForest/Makefile +++ b/devel/R-cran-randomForest/Makefile @@ -1,6 +1,5 @@ PORTNAME= randomForest -DISTVERSION= 4.6-14 -PORTREVISION= 4 +DISTVERSION= 4.7-1.2 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -8,10 +7,12 @@ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Classification based on a forest of trees using random inputs WWW= https://cran.r-project.org/web/packages/randomForest/ -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual -RUN_DEPENDS= R-cran-RColorBrewer>=1.0.5_6:graphics/R-cran-RColorBrewer +BROKEN_i386= fails to build + +RUN_DEPENDS= R-cran-RColorBrewer>=1.1_3:graphics/R-cran-RColorBrewer USES= cran:auto-plist,compiles |