diff options
-rw-r--r-- | devel/R-cran-Hmisc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} |