graphics/gd: add missing option descriptions

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2022-02-22 16:06:36 +03:00
parent 3fa8ae0239
commit f03883d22a

View file

@ -38,9 +38,11 @@ JPEG_CPPFLAGS= -I${LOCALBASE}/include
WEBP_LIB_DEPENDS= libwebp.so:graphics/webp WEBP_LIB_DEPENDS= libwebp.so:graphics/webp
WEBP_CONFIGURE_OFF= --without-webp WEBP_CONFIGURE_OFF= --without-webp
WEBP_CPPFLAGS= -I${LOCALBASE}/include WEBP_CPPFLAGS= -I${LOCALBASE}/include
HEIF_DESC= HEIF image format support
HEIF_LIB_DEPENDS= libheif.so:graphics/libheif HEIF_LIB_DEPENDS= libheif.so:graphics/libheif
HEIF_CONFIGURE_OFF= --without-heif HEIF_CONFIGURE_OFF= --without-heif
HEIF_CPPFLAGS= -I${LOCALBASE}/include HEIF_CPPFLAGS= -I${LOCALBASE}/include
AVIF_DESC= AVIF image format support
AVIF_LIB_DEPENDS= libavif.so:graphics/libavif AVIF_LIB_DEPENDS= libavif.so:graphics/libavif
AVIF_CONFIGURE_OFF= --without-avif AVIF_CONFIGURE_OFF= --without-avif
AVIF_CPPFLAGS= -I${LOCALBASE}/include AVIF_CPPFLAGS= -I${LOCALBASE}/include