git: a783f2a4e763 - main - graphics/sdl_image: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:19:56 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a783f2a4e76345793e1b7c0758f90b7ee0e25ef8

commit a783f2a4e76345793e1b7c0758f90b7ee0e25ef8
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 19:51:46 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:17:37 +0000

    graphics/sdl_image: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 graphics/sdl_image/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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


More information about the dev-commits-ports-main mailing list