aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-caret/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2016-08-07 02:43:16 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2016-08-07 02:43:16 +0000
commit06aa50f33c79717ba6d6b4fdb2cd8895c438a955 (patch)
tree548f8b6b4a4f7bff4ffd6dd7cd3c448d253b2bef /devel/R-cran-caret/Makefile
parent941b257cb9ad23586bda7c0296db29fa918b1c96 (diff)
downloadports-06aa50f33c79717ba6d6b4fdb2cd8895c438a955.tar.gz
ports-06aa50f33c79717ba6d6b4fdb2cd8895c438a955.zip
- Update to 6.0-71
- Add "compiles" argument to USES=cran
Notes
Notes: svn path=/head/; revision=419759
Diffstat (limited to 'devel/R-cran-caret/Makefile')
-rw-r--r--devel/R-cran-caret/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/R-cran-caret/Makefile b/devel/R-cran-caret/Makefile
index 0c84809d14a9..93838eda3599 100644
--- a/devel/R-cran-caret/Makefile
+++ b/devel/R-cran-caret/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= caret
-DISTVERSION= 6.0-70
+DISTVERSION= 6.0-71
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -11,12 +11,14 @@ COMMENT= Classification and Regression Training
LICENSE= GPLv2+
-RUN_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
+CRAN_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
R-cran-car>0:math/R-cran-car \
R-cran-foreach>0:devel/R-cran-foreach \
R-cran-plyr>0:devel/R-cran-plyr \
R-cran-reshape2>0:devel/R-cran-reshape2
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
-USES= cran:auto-plist
+USES= cran:auto-plist,compile
.include <bsd.port.mk>