aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-02-22 13:06:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-02-22 13:06:36 +0000
commitf03883d22a0b2eda148a228125dd5faad764120c (patch)
tree9dd8b5e90715ff99925626e21e6d667658057c4f
parent3fa8ae02396a161c17b0949c1a43bb4680fe9438 (diff)
downloadports-f03883d22a0b2eda148a228125dd5faad764120c.tar.gz
ports-f03883d22a0b2eda148a228125dd5faad764120c.zip
graphics/gd: add missing option descriptions
Approved by: portmgr blanket
-rw-r--r--graphics/gd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index b5f93cd554c0..b22768d2c2e8 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -38,9 +38,11 @@ JPEG_CPPFLAGS= -I${LOCALBASE}/include
WEBP_LIB_DEPENDS= libwebp.so:graphics/webp
WEBP_CONFIGURE_OFF= --without-webp
WEBP_CPPFLAGS= -I${LOCALBASE}/include
+HEIF_DESC= HEIF image format support
HEIF_LIB_DEPENDS= libheif.so:graphics/libheif
HEIF_CONFIGURE_OFF= --without-heif
HEIF_CPPFLAGS= -I${LOCALBASE}/include
+AVIF_DESC= AVIF image format support
AVIF_LIB_DEPENDS= libavif.so:graphics/libavif
AVIF_CONFIGURE_OFF= --without-avif
AVIF_CPPFLAGS= -I${LOCALBASE}/include