Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 11:44:30 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: 7db3e18f802b - main - graphics/clutter: Add CPE information
Message-ID:  <202110081144.198BiUjw053310@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=7db3e18f802bd6b5311ee7f795dc9f118ef792ce

commit 7db3e18f802bd6b5311ee7f795dc9f118ef792ce
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:14:08 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:14:08 +0000

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

diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile
index 1996ba1bbee3..6101ee3a0d1d 100644
--- a/graphics/clutter/Makefile
+++ b/graphics/clutter/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
 
 PORTSCOUT=	limit:1,even
 
-USES=		gettext gl gmake gnome libtool localbase pathfix pkgconfig \
+USES=		cpe gettext gl gmake gnome libtool localbase pathfix pkgconfig \
 		tar:xz xorg
 USE_GNOME=	atk cairo gdkpixbuf2 pango introspection:build
 USE_GL=		egl
@@ -33,5 +33,6 @@ CONFIGURE_ARGS=	--with-x --enable-conformance=no \
 		--enable-gdk-backend=no \
 		--enable-wayland-compositor=no
 INSTALL_TARGET=	install-strip
+CPE_VENDOR=	clutter_project
 
 .include <bsd.port.mk>



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