aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-10 20:40:30 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-10 21:18:06 +0000
commitc7684d865f97e4bcfd73e80cf1c1d1c3575c5f55 (patch)
tree8ca1212fe9a9f7d6275cdb40b1097b11bb98d5f1 /x11
parent3e84d262f93eb05335f6534951a165b90cf295f4 (diff)
downloadports-c7684d865f97e4bcfd73e80cf1c1d1c3575c5f55.tar.gz
ports-c7684d865f97e4bcfd73e80cf1c1d1c3575c5f55.zip
x11/gnome-desktop: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-desktop/Makefile3
1 files changed, 2 insertions, 1 deletions
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>