git: 960b1adc75ad - main - graphics/giflib: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:20:28 UTC 2021


The branch main has been updated by decke:

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

commit 960b1adc75ad760d8cef4d1c234621e30ccd18b0
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 20:16:52 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:17:53 +0000

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

diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile
index 3f47f61b2d0f..0f699e07a09b 100644
--- a/graphics/giflib/Makefile
+++ b/graphics/giflib/Makefile
@@ -14,10 +14,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 TEST_DEPENDS=	ghead:sysutils/coreutils
 
-USES=		gmake
+USES=		cpe gmake
 USE_LDCONFIG=	yes
 CFLAGS+=	-DHAVE_REALLOCARRAY
 MAKE_ARGS=	CC=${CC} LDFLAGS="${LDFLAGS}" MANDIR=${MANPREFIX}/man OFLAGS="${CFLAGS}" PREFIX="${PREFIX}"
+CPE_VENDOR=	giflib_project
 
 OPTIONS_DEFINE=	DOCS
 TEST_TARGET=	check


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