graphics/gd: enable option AVIF as default

PR: 267523
This commit is contained in:
Dirk Meyer 2022-11-10 09:27:32 +01:00
parent 6bc02012ea
commit 84531028a8
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= libgd
PORTVERSION= 2.3.3
PORTREVISION= 2
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES+= graphics
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/gd-${PORTVERSION}/
@ -25,7 +25,7 @@ USE_LDCONFIG= yes
TEST_TARGET= check
OPTIONS_DEFINE= PNG JPEG WEBP TIFF XPM HEIF AVIF LIQ FREETYPE FONTCONFIG RAQM ICONV
OPTIONS_DEFAULT=PNG JPEG WEBP TIFF LIQ FREETYPE FONTCONFIG ICONV
OPTIONS_DEFAULT=PNG JPEG WEBP TIFF AVIF LIQ FREETYPE FONTCONFIG ICONV
NO_OPTIONS_SORT=yes
OPTIONS_SUB= yes
PNG_LIB_DEPENDS= libpng.so:graphics/png