aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-arc-themes/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-themes/gtk-arc-themes/Makefile b/x11-themes/gtk-arc-themes/Makefile
index bb43909806f0..b19406c6caa2 100644
--- a/x11-themes/gtk-arc-themes/Makefile
+++ b/x11-themes/gtk-arc-themes/Makefile
@@ -31,5 +31,9 @@ MESON_ARGS= -Dthemes=cinnamon,gnome-shell,gtk2,gtk3,metacity,plank,unity,xfwm \
-Dcinnamon_version=4.8 \
-Dgnome_shell_version=3.38 \
-Dgtk3_version=3.24
+# Speed up build in Poudriere. It calls inkscape a bazillion times
+# and each instance tries to connect to 127.0.0.1:9090 which seems
+# to be because of gtk3's broadway backend. Disable all GDK backends.
+MAKE_ENV= GDK_BACKEND=""
.include <bsd.port.mk>