diff options
Diffstat (limited to 'devel/R-cran-Hmisc/Makefile')
-rw-r--r-- | devel/R-cran-Hmisc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/R-cran-Hmisc/Makefile b/devel/R-cran-Hmisc/Makefile index 3ae560dbbe27..047e8ac17ae6 100644 --- a/devel/R-cran-Hmisc/Makefile +++ b/devel/R-cran-Hmisc/Makefile @@ -1,6 +1,5 @@ PORTNAME= Hmisc -DISTVERSION= 4.7-0 -PORTREVISION= 2 +DISTVERSION= 5.2-3 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -17,7 +16,8 @@ CRAN_DEPENDS= R-cran-latticeExtra>0:graphics/R-cran-latticeExtra \ 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-Formula>0:math/R-cran-Formula + R-cran-Formula>0:math/R-cran-Formula \ + R-cran-colorspace>0:graphics/R-cran-colorspace BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} |