aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2025-02-20 10:13:20 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2025-02-20 10:15:00 +0000
commit4323ce2c667e29f20d17278e8c4c3b6e6c72b80f (patch)
tree091236cf27fc490ad2f4bf2d4a359526af70cd47
parent87b934b2aadb32585715ea1e862bfa00906e4e7b (diff)
math/R-cran-matrixStats: Update test dependency
Use R.rsp from ports as it is available now. Reported by: uzsolt
-rw-r--r--math/R-cran-matrixStats/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/math/R-cran-matrixStats/Makefile b/math/R-cran-matrixStats/Makefile
index f17a8110acc0..4449a5289bc9 100644
--- a/math/R-cran-matrixStats/Makefile
+++ b/math/R-cran-matrixStats/Makefile
@@ -9,11 +9,8 @@ WWW= https://cran.r-project.org/web/packages/matrixStats/
LICENSE= ART20
-USES= cran:auto-plist,compiles
+TEST_DEPENDS= R-cran-R.rsp>0:textproc/R-cran-R.rsp
-pre-test:
-# R-cran-R.rsp package does not exist yet
- @${LOCALBASE}/bin/Rscript -e 'install.packages("R.rsp", \
- repos = "https://cloud.r-project.org")'
+USES= cran:auto-plist,compiles
.include <bsd.port.mk>