git: c7684d865f97 - main - x11/gnome-desktop: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:20:50 UTC 2021


The branch main has been updated by decke:

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

commit c7684d865f97e4bcfd73e80cf1c1d1c3575c5f55
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 20:40:30 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:18:06 +0000

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

diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile
index 5c261df2ab00..671986d14668 100644
--- a/x11/gnome-desktop/Makefile
+++ b/x11/gnome-desktop/Makefile
@@ -25,7 +25,7 @@ RUN_DEPENDS=	iso-codes>=0:misc/iso-codes \
 		cantarell-fonts>=0:x11-fonts/cantarell-fonts \
 		xkeyboard-config>=0:x11/xkeyboard-config
 
-USES=		bison gettext gnome localbase:ldflags meson \
+USES=		bison cpe gettext gnome localbase:ldflags meson \
 		pkgconfig python:3.4+ tar:xz xorg
 USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool introspection:build
 USE_XORG=	x11
@@ -34,5 +34,6 @@ MESON_ARGS=	-Dgnome_distributor="FreeBSD GNOME Project" \
 		-Dudev=disabled \
 		-Dsystemd=disabled \
 		-Dgtk_doc=false
+CPE_VENDOR=	gnome
 
 .include <bsd.port.mk>


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