diff options
Diffstat (limited to 'graphics/R-cran-ggplot2/Makefile')
-rw-r--r-- | graphics/R-cran-ggplot2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/R-cran-ggplot2/Makefile b/graphics/R-cran-ggplot2/Makefile index 85c7d721c098..380b48efea0d 100644 --- a/graphics/R-cran-ggplot2/Makefile +++ b/graphics/R-cran-ggplot2/Makefile @@ -1,5 +1,5 @@ PORTNAME= ggplot2 -PORTVERSION= 3.5.2 +PORTVERSION= 4.0.0 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -18,7 +18,8 @@ CRAN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ R-cran-scales>=1.2.0:graphics/R-cran-scales \ R-cran-tibble>0:devel/R-cran-tibble \ R-cran-vctrs>=0.5.0:devel/R-cran-vctrs \ - R-cran-withr>=2.5.0:devel/R-cran-withr + R-cran-withr>=2.5.0:devel/R-cran-withr \ + R-cran-S7>=0:devel/R-cran-S7 BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} |