git: 6ea3b019eca5 - main - devel/R-cran-plyr: Add missing test depends
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Feb 2024 14:13:28 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ea3b019eca5ad0b7e454d34367c6142309b1228 commit 6ea3b019eca5ad0b7e454d34367c6142309b1228 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-02-12 13:59:17 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-02-12 14:13:13 +0000 devel/R-cran-plyr: Add missing test depends --- devel/R-cran-plyr/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/R-cran-plyr/Makefile b/devel/R-cran-plyr/Makefile index 77a0e6971486..a887d86503c1 100644 --- a/devel/R-cran-plyr/Makefile +++ b/devel/R-cran-plyr/Makefile @@ -14,6 +14,7 @@ CRAN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} TEST_DEPENDS= R-cran-abind>0:devel/R-cran-abind \ + R-cran-foreach>0:devel/R-cran-foreach \ R-cran-testthat>0:devel/R-cran-testthat USES= cran:auto-plist,compiles