Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:19:32 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: a3a4cbbd655f - main - graphics/xv: Add CPE information
Message-ID:  <202109102119.18ALJW6e004706@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=a3a4cbbd655f55d41a85896d43d0730080526bea

commit a3a4cbbd655f55d41a85896d43d0730080526bea
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 19:09:56 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:25 +0000

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

diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile
index 041cb1f4ef54..5772c3c7a75b 100644
--- a/graphics/xv/Makefile
+++ b/graphics/xv/Makefile
@@ -21,9 +21,11 @@ LIB_DEPENDS=	libtiff.so:graphics/tiff \
 		libpng.so:graphics/png \
 		libjasper.so:graphics/jasper
 
-USES=		imake jpeg xorg
+USES=		cpe imake jpeg xorg
 USE_XORG=	xext x11 xt
 
+CPE_VENDOR=	xv_project
+
 OPTIONS_DEFINE=	M17N DOCS
 M17N_DESC=	build with Multilingualization support
 



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