diff options
Diffstat (limited to 'graphics/R-cran-s2/Makefile')
-rw-r--r-- | graphics/R-cran-s2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/R-cran-s2/Makefile b/graphics/R-cran-s2/Makefile index 29eafe93f6d7..f47676fb9263 100644 --- a/graphics/R-cran-s2/Makefile +++ b/graphics/R-cran-s2/Makefile @@ -1,6 +1,5 @@ PORTNAME= s2 -DISTVERSION= 1.1.7 -PORTREVISION= 1 +DISTVERSION= 1.1.9 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,8 +15,9 @@ NOT_FOR_ARCHS_REASON= is currently 64-bit only CRAN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp \ R-cran-wk>=0.6.0:math/R-cran-wk BUILD_DEPENDS= ${CRAN_DEPENDS} +LIB_DEPENDS= libabsl_base.so:devel/abseil RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist,compiles +USES= cran:auto-plist,compiles pkgconfig ssl .include <bsd.port.mk> |