aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-10 19:51:46 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-10 21:17:37 +0000
commita783f2a4e76345793e1b7c0758f90b7ee0e25ef8 (patch)
treea86bf36084878c778a47bf1dab63236b34ae53dc
parent2a1c5318d2d54ca568c95baf1f0a90b618d6ded8 (diff)
downloadports-a783f2a4e76345793e1b7c0758f90b7ee0e25ef8.tar.gz
ports-a783f2a4e76345793e1b7c0758f90b7ee0e25ef8.zip
graphics/sdl_image: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--graphics/sdl_image/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile
index 50e2830429cb..5ab928b64f8f 100644
--- a/graphics/sdl_image/Makefile
+++ b/graphics/sdl_image/Makefile
@@ -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