Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 21:19:34 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: d1401bdde4b9 - main - x11/libICE: Add CPE information
Message-ID:  <202109102119.18ALJYeH004754@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=d1401bdde4b934191cc28b9c948b4e3fe90a09c7

commit d1401bdde4b934191cc28b9c948b4e3fe90a09c7
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-10 19:14:18 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-10 21:17:26 +0000

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

diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile
index 09ab84cea482..9948dcc02149 100644
--- a/x11/libICE/Makefile
+++ b/x11/libICE/Makefile
@@ -11,8 +11,9 @@ COMMENT=	Inter Client Exchange library for X11
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		xorg xorg-cat:lib
+USES=		cpe xorg xorg-cat:lib
 USE_XORG=	xorgproto xtrans
 INSTALL_TARGET=	install-strip
+CPE_VENDOR=	freedesktop
 
 .include <bsd.port.mk>



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