1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

graphics/R-cran-jpeg: Fix build when math/R is built without JPEG

Do this by explicitly depending on graphics/jpeg-turbo.

PR:		272155
This commit is contained in:
Florian Wagner 2024-10-04 12:33:09 -03:00 committed by Joseph Mingrone
parent b028aaf630
commit ca3b0dcfad
No known key found for this signature in database
GPG Key ID: 36A40C83B0D6EF9E

View File

@ -11,6 +11,6 @@ WWW= https://www.rforge.net/jpeg/
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= cran:auto-plist,compiles
USES= cran:auto-plist,compiles jpeg
.include <bsd.port.mk>