mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/gd: add missing option descriptions
Approved by: portmgr blanket
This commit is contained in:
parent
3fa8ae0239
commit
f03883d22a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue