git: a3a4cbbd655f - main - graphics/xv: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:19:34 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a3a4cbbd655f55d41a85896d43d0730080526bea

commit a3a4cbbd655f55d41a85896d43d0730080526bea
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 19:09:56 +0000
Commit:     Bernhard Froehlich <decke at 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
 


More information about the dev-commits-ports-main mailing list