git: f03883d22a0b - main - graphics/gd: add missing option descriptions

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Tue, 22 Feb 2022 13:08:48 UTC
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f03883d22a0b2eda148a228125dd5faad764120c

commit f03883d22a0b2eda148a228125dd5faad764120c
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-02-22 13:06:36 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-02-22 13:06:36 +0000

    graphics/gd: add missing option descriptions
    
    Approved by:    portmgr blanket
---
 graphics/gd/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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