git: 67ad7901bcf2 - main - graphics/sdl2_image: enable WEBP by default (needed for games/naev)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Jun 2023 17:19:22 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=67ad7901bcf2557b4209ec38e041fe04d156da3e commit 67ad7901bcf2557b4209ec38e041fe04d156da3e Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2023-06-19 16:00:22 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2023-06-19 17:14:11 +0000 graphics/sdl2_image: enable WEBP by default (needed for games/naev) --- graphics/sdl2_image/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/sdl2_image/Makefile b/graphics/sdl2_image/Makefile index d5a1914b8e58..18fa7e5636fb 100644 --- a/graphics/sdl2_image/Makefile +++ b/graphics/sdl2_image/Makefile @@ -1,6 +1,7 @@ PORTNAME= sdl2_image DISTVERSIONPREFIX= release- DISTVERSION= 2.6.3 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org @@ -22,7 +23,7 @@ CMAKE_ARGS= -DSDL2IMAGE_DEBUG_POSTFIX:STRING= USE_LDCONFIG= yes OPTIONS_DEFINE= AVIF JPEG JXL PNG TIFF WEBP TEST -OPTIONS_DEFAULT=AVIF JPEG JXL PNG +OPTIONS_DEFAULT=AVIF JPEG JXL PNG WEBP JPEG_USES= jpeg JPEG_CMAKE_BOOL= SDL2IMAGE_JPG