git: 0d8f6bb38641 - main - devel/R-cran-collapse: Add missing test depends
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Feb 2024 14:13:26 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d8f6bb38641c415e92ebac9485336f58cb50856 commit 0d8f6bb38641c415e92ebac9485336f58cb50856 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-02-12 12:48:01 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-02-12 14:13:12 +0000 devel/R-cran-collapse: Add missing test depends While here, drop USES=compiler. --- devel/R-cran-collapse/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/R-cran-collapse/Makefile b/devel/R-cran-collapse/Makefile index bc2b55dcd1f6..05b346ca5e91 100644 --- a/devel/R-cran-collapse/Makefile +++ b/devel/R-cran-collapse/Makefile @@ -14,9 +14,10 @@ CRAN_DEPENDS= R-cran-Rcpp>=1.0.1:devel/R-cran-Rcpp BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} TEST_DEPENDS= R-cran-data.table>0:devel/R-cran-data.table \ + R-cran-dplyr>0:math/R-cran-dplyr \ R-cran-kit>0:devel/R-cran-kit \ R-cran-testthat>0:devel/R-cran-testthat -USES= compiler:c++11-lang cran:auto-plist,compiles +USES= cran:auto-plist,compiles .include <bsd.port.mk>