Date: Tue, 19 Oct 2021 10:43:50 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: a519f599ee42 - main - graphics/pngcheck: Add CPE information Message-ID: <202110191043.19JAhoZg021413@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=a519f599ee42d3ad18e2fe22f9cc895386ee41b2 commit a519f599ee42d3ad18e2fe22f9cc895386ee41b2 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-19 10:43:24 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-19 10:43:33 +0000 graphics/pngcheck: Add CPE information Approved by: portmgr (blanket) --- graphics/pngcheck/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graphics/pngcheck/Makefile b/graphics/pngcheck/Makefile index 12d8b02ba299..29109cd3e27a 100644 --- a/graphics/pngcheck/Makefile +++ b/graphics/pngcheck/Makefile @@ -13,6 +13,9 @@ LICENSE= GPLv2+ MIT LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/gpl/COPYING +USES= cpe +CPE_VENDOR= libpng + MAKEFILE= Makefile.unx MAKE_ARGS= CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS} -DUSE_ZLIB" LIBS="-lz"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110191043.19JAhoZg021413>