diff options
Diffstat (limited to 'graphics/R-cran-ragg/Makefile')
-rw-r--r-- | graphics/R-cran-ragg/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/graphics/R-cran-ragg/Makefile b/graphics/R-cran-ragg/Makefile index 17416d057480..2034844f07b5 100644 --- a/graphics/R-cran-ragg/Makefile +++ b/graphics/R-cran-ragg/Makefile @@ -1,5 +1,5 @@ PORTNAME= ragg -DISTVERSION= 1.4.0 +DISTVERSION= 1.5.0 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -7,7 +7,10 @@ MAINTAINER= einar@isnic.is COMMENT= Graphic Devices Based on AGG WWW= https://ragg.r-lib.org/ -LICENSE= MIT +LICENSE= BSD2CLAUSE MIT +LICENSE_COMB= multi +LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE.note +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE CRAN_DEPENDS= R-cran-systemfonts>=1.0.3:devel/R-cran-systemfonts \ R-cran-textshaping>=0.3.0:print/R-cran-textshaping @@ -15,9 +18,12 @@ BUILD_DEPENDS= ${CRAN_DEPENDS} LIB_DEPENDS= libfreetype.so:print/freetype2 \ libjpeg.so:graphics/jpeg-turbo \ libpng16.so:graphics/png \ - libtiff.so:graphics/tiff + libtiff.so:graphics/tiff \ + libwebp.so:graphics/webp \ + libwebpmux.so:graphics/webp RUN_DEPENDS= ${CRAN_DEPENDS} -TEST_DEPENDS= R-cran-testthat>3.0.0:devel/R-cran-testthat +TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ + R-cran-testthat>3.0.0:devel/R-cran-testthat USES= cran:auto-plist,compiles pkgconfig |