Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:20:07 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: 0b1aeffc79c6 - main - graphics/jbig2dec: Add CPE information
Message-ID:  <202109102120.18ALK7ht008208@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=0b1aeffc79c6500fb201abea271c73bda88fead8

commit 0b1aeffc79c6500fb201abea271c73bda88fead8
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 20:01:46 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:45 +0000

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

diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile
index 50d02c41c4b2..754e4ee70f35 100644
--- a/graphics/jbig2dec/Makefile
+++ b/graphics/jbig2dec/Makefile
@@ -9,12 +9,13 @@ COMMENT=	Decoder implementation of the JBIG2 image compression format
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		libtool
+USES=		cpe libtool
 
 CONFIGURE_ENV=	ac_cv_func_getopt_long=yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
+CPE_VENDOR=	artifex
 
 OPTIONS_DEFINE=	PNG
 OPTIONS_DEFAULT=PNG



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109102120.18ALK7ht008208>