aboutsummaryrefslogtreecommitdiff
path: root/graphics/gd
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2022-11-10 13:12:51 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2022-11-10 13:12:51 +0000
commit005fd6c6bef3219317bde28c927a9582b51b0bca (patch)
tree7b766975cf1ba588464dae3fc8b341a4e8bb2d3b /graphics/gd
parent5b4fe9892b984a3c5231077ca458781a55463e85 (diff)
downloadports-005fd6c6bef3219317bde28c927a9582b51b0bca.tar.gz
ports-005fd6c6bef3219317bde28c927a9582b51b0bca.zip
graphics/gd: revert "graphics/gd: enable option AVIF as default"
It creates a dependency loop. This reverts commit 84531028a86540f4e90c04180d1aef1fd9837fc1.
Diffstat (limited to 'graphics/gd')
-rw-r--r--graphics/gd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 8afc48ec9860..aecda59b8a2f 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libgd
PORTVERSION= 2.3.3
-PORTREVISION= 3
+PORTREVISION= 2
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 AVIF LIQ FREETYPE FONTCONFIG ICONV
+OPTIONS_DEFAULT=PNG JPEG WEBP TIFF LIQ FREETYPE FONTCONFIG ICONV
NO_OPTIONS_SORT=yes
OPTIONS_SUB= yes
PNG_LIB_DEPENDS= libpng.so:graphics/png