Skip to content

Commit

Permalink
graphics/sdl_image: Add CPE information
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
decke committed Sep 10, 2021
1 parent 2a1c531 commit a783f2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphics/sdl_image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ COMMENT= Simple library to load images of various formats as SDL surfaces
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING

USES= gmake libtool localbase pkgconfig pathfix sdl
USES= cpe gmake libtool localbase pkgconfig pathfix sdl
USE_SDL= sdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-jpg-shared --disable-png-shared \
--disable-tif-shared --disable-webp-shared
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
CPE_VENDOR= libsdl

OPTIONS_DEFINE= JPEG PNG TIFF WEBP
OPTIONS_DEFAULT=JPEG PNG TIFF WEBP
Expand Down

0 comments on commit a783f2a

Please sign in to comment.