Date: Wed, 20 Oct 2021 16:14:15 GMT From: =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 76661fe1ad90 - main - graphics/pngwriter: Add CPE information Message-ID: <202110201614.19KGEFb1085579@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=76661fe1ad900c92b894127e8cdd41936eabfe46 commit 76661fe1ad900c92b894127e8cdd41936eabfe46 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-20 16:13:13 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-20 16:13:13 +0000 graphics/pngwriter: Add CPE information Approved by: portmgr (blanket) --- graphics/pngwriter/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/pngwriter/Makefile b/graphics/pngwriter/Makefile index 995817bdb78d..40d237ebb27a 100644 --- a/graphics/pngwriter/Makefile +++ b/graphics/pngwriter/Makefile @@ -18,7 +18,8 @@ OPTIONS_DEFINE= DOCS PORTDOCS= CHANGES EXAMPLES README PNGwriterQuickReference.pdf -USES= cmake compiler:c++11-lang +USES= cmake compiler:c++11-lang cpe +CPE_VENDOR= ${PORTNAME}_project CMAKE_ON= BUILD_SHARED_LIBS PNGwriter_USE_FREETYPE USE_GITHUB= yes USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110201614.19KGEFb1085579>