git: 7db3e18f802b - main - graphics/clutter: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 11:44:30 UTC
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>