git: 6732104c5ea6 - main - math/R-cran-car: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Jun 2023 13:23:41 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6732104c5ea6b5c8d2506f52ffdc94a1fbe9c52b commit 6732104c5ea6b5c8d2506f52ffdc94a1fbe9c52b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-04 13:22:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-04 13:23:26 +0000 math/R-cran-car: Fix build Approved by: portmgr (just-fix-it) --- math/R-cran-car/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index c010d5e34956..36568f2122af 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -16,6 +16,7 @@ RUN_DEPENDS= R-cran-maptools>0:astro/R-cran-maptools \ R-cran-pbkrtest>=0.4.4:math/R-cran-pbkrtest \ R-cran-quantreg>0:math/R-cran-quantreg \ R-cran-rio>0:textproc/R-cran-rio \ + R-cran-scales>0:graphics/R-cran-scales \ R-cran-stringi>=0:textproc/R-cran-stringi TEST_DEPENDS= R-cran-lmtest>0:finance/R-cran-lmtest \ R-cran-MatrixModels>0:math/R-cran-MatrixModels \