aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk30
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2018-11-12 07:54:06 +0800
committerjbeich <jbeich@FreeBSD.org>2018-11-12 07:54:06 +0800
commit099f4463b98cf0c419884225f01163d13ba1de95 (patch)
tree20c52047cb1565cae324ba193aee376544012794 /x11-toolkits/gtk30
parenta6d52b91b5d5ccbbd39860d3dd969426f56b7144 (diff)
downloadfreebsd-ports-gnome-099f4463b98cf0c419884225f01163d13ba1de95.tar.gz
freebsd-ports-gnome-099f4463b98cf0c419884225f01163d13ba1de95.tar.zst
freebsd-ports-gnome-099f4463b98cf0c419884225f01163d13ba1de95.zip
graphics/mesa-libs: enable WAYLAND by default here and in consumers
PR: 227509 Requested by: Johannes Lundberg, Greg V Reviewed by: tobik (earlier version) Approved by: madpilot, x11 (zeising), maintainer timeout (2 weeks) Exp-run by: antoine
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r--x11-toolkits/gtk30/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index ef9ba24ef73c..3fa34ee03b32 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -5,7 +5,7 @@
PORTNAME= gtk
PORTVERSION= 3.22.30
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
PKGNAMESUFFIX= 3
@@ -54,7 +54,7 @@ GLIB_SCHEMAS= org.gtk.Demo.gschema.xml \
org.gtk.Settings.FileChooser.gschema.xml
OPTIONS_DEFINE= CUPS CLOUDPRINT COLORD DEBUG BROADWAY WAYLAND
-OPTIONS_DEFAULT=CUPS COLORD BROADWAY
+OPTIONS_DEFAULT=CUPS COLORD BROADWAY WAYLAND
OPTIONS_SUB= yes
BROADWAY_DESC= Enable GDK Broadway backend for showing GTK+ in the webbrowser using HTML5 and web sockets.