graphics/R-cran-magick: Fix tests

Add R-cran-{gapminder,ggplot2,pdftools,webp} to TEST_DEPENDS.
This commit is contained in:
Zsolt Udvari 2025-03-06 05:33:35 +01:00
parent e4dcacc5f1
commit 85bf6283bc

View file

@ -15,14 +15,15 @@ CRAN_DEPENDS= R-cran-curl>0:ftp/R-cran-curl \
R-cran-Rcpp>0:devel/R-cran-Rcpp R-cran-Rcpp>0:devel/R-cran-Rcpp
BUILD_DEPENDS+= ${CRAN_DEPENDS} BUILD_DEPENDS+= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS}
TEST_DEPENDS= R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ TEST_DEPENDS= R-cran-gapminder>0:misc/R-cran-gapminder \
R-cran-ggplot2>0:graphics/R-cran-ggplot2 \
R-cran-jsonlite>0:converters/R-cran-jsonlite \ R-cran-jsonlite>0:converters/R-cran-jsonlite \
R-cran-knitr>0:print/R-cran-knitr \ R-cran-knitr>0:print/R-cran-knitr \
R-cran-pdftools>0:graphics/R-cran-pdftools \
R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
R-cran-spelling>0:textproc/R-cran-spelling R-cran-spelling>0:textproc/R-cran-spelling \
R-cran-webp>0:graphics/R-cran-webp
USES= compiler:c++17-lang cran:auto-plist,compiles magick:run USES= compiler:c++17-lang cran:auto-plist,compiles magick:run
TESTING_UNSAFE= Need 'gapminder'
.include <bsd.port.mk> .include <bsd.port.mk>