Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:19:54 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a783f2a4e763 - main - graphics/sdl_image: Add CPE information
Message-ID:  <202109102119.18ALJsC6005198@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

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

commit a783f2a4e76345793e1b7c0758f90b7ee0e25ef8
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 19:51:46 +0000
Commit:     Bernhard Froehlich <decke@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109102119.18ALJsC6005198>