git: 9838e40b975d - main - devel/R-cran-Hmisc: add additional dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 May 2022 01:45:24 UTC
The branch main has been updated by skreuzer: URL: https://cgit.FreeBSD.org/ports/commit/?id=9838e40b975d331a245657c3e3b3e157cfa6a2a4 commit 9838e40b975d331a245657c3e3b3e157cfa6a2a4 Author: Steven Kreuzer <skreuzer@FreeBSD.org> AuthorDate: 2022-05-08 01:44:17 +0000 Commit: Steven Kreuzer <skreuzer@FreeBSD.org> CommitDate: 2022-05-08 01:44:17 +0000 devel/R-cran-Hmisc: add additional dependency Update the dependency list to include R-cran-Formula --- devel/R-cran-Hmisc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/R-cran-Hmisc/Makefile b/devel/R-cran-Hmisc/Makefile index d41319c5ff9a..e2c0f6068573 100644 --- a/devel/R-cran-Hmisc/Makefile +++ b/devel/R-cran-Hmisc/Makefile @@ -1,5 +1,6 @@ PORTNAME= Hmisc DISTVERSION= 4.7-0 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -14,7 +15,8 @@ CRAN_DEPENDS= R-cran-latticeExtra>0:graphics/R-cran-latticeExtra \ R-cran-viridis>0:graphics/R-cran-viridis \ R-cran-htmltools>0:textproc/R-cran-htmltools \ R-cran-data.table>0:devel/R-cran-data.table \ - R-cran-htmlTable>0:textproc/R-cran-htmlTable + R-cran-htmlTable>0:textproc/R-cran-htmlTable \ + R-cran-Formula>0:math/R-cran-Formula BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS}