Skip to content

Commit

Permalink
graphics/gd: add missing option descriptions
Browse files Browse the repository at this point in the history
Approved by:	portmgr blanket
  • Loading branch information
AMDmi3 committed Feb 22, 2022
1 parent 3fa8ae0 commit f03883d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions graphics/gd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f03883d

Please sign in to comment.