aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-02-12 13:59:17 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-02-12 14:13:13 +0000
commit6ea3b019eca5ad0b7e454d34367c6142309b1228 (patch)
tree70b09888633b8f69483c1e7b971f2864ae2a53d5
parent0d8f6bb38641c415e92ebac9485336f58cb50856 (diff)
downloadports-6ea3b019eca5ad0b7e454d34367c6142309b1228.tar.gz
ports-6ea3b019eca5ad0b7e454d34367c6142309b1228.zip
devel/R-cran-plyr: Add missing test depends
-rw-r--r--devel/R-cran-plyr/Makefile1
1 files changed, 1 insertions, 0 deletions
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