Date: Fri, 10 Sep 2021 21:20:22 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: 960b1adc75ad - main - graphics/giflib: Add CPE information Message-ID: <202109102120.18ALKMhF014047@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=960b1adc75ad760d8cef4d1c234621e30ccd18b0 commit 960b1adc75ad760d8cef4d1c234621e30ccd18b0 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-10 20:16:52 +0000 Commit: Bernhard Froehlich <decke@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109102120.18ALKMhF014047>