Date: Tue, 21 Sep 2021 12:58:44 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: 3ff20775335f - main - graphics/imageworsener: Add CPE information Message-ID: <202109211258.18LCwiPu067524@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=3ff20775335f68be7b538299956dac6bf62e6c1c commit 3ff20775335f68be7b538299956dac6bf62e6c1c Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-09-21 12:05:54 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-09-21 12:57:43 +0000 graphics/imageworsener: Add CPE information Approved by: portmgr (blanket) --- graphics/imageworsener/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graphics/imageworsener/Makefile b/graphics/imageworsener/Makefile index fceaf49a42c3..7523d5d37b00 100644 --- a/graphics/imageworsener/Makefile +++ b/graphics/imageworsener/Makefile @@ -15,7 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt OPTIONS_DEFINE= JPEG PNG WEBP OPTIONS_DEFAULT=JPEG PNG WEBP -USES= libtool +USES= cpe libtool + +CPE_VENDOR= entropymine CONFIGURE_ARGS= --with-zlib-include-dir=${INCLUDEDIR} \ --with-zlib-lib-dir=${LIBDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109211258.18LCwiPu067524>