diff options
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 699df6c9cb80..925383de718c 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -1,5 +1,5 @@ PORTNAME= gtk -DISTVERSION= 3.24.49 # sync with x11-themes: adwaita-icon-theme, gnome-themes-standard and mate-themes +DISTVERSION= 3.24.50 # sync with x11-themes: adwaita-icon-theme, gnome-themes-standard and mate-themes CATEGORIES= x11-toolkits MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -36,10 +36,10 @@ MESON_ARGS= -Dtests=false PORTSCOUT= limit:1,even -LIBVERSION= 0.2417.32 +LIBVERSION= 0.2418.32 PLIST_SUB+= LIBVERSION=${LIBVERSION} -OPTIONS_DEFINE= ATK_BRIDGE COLORD CUPS DEBUG DOCS +OPTIONS_DEFINE= ATK_BRIDGE COLORD CUPS DOCS OPTIONS_DEFAULT= ATK_BRIDGE BROADWAY COLORD CUPS WAYLAND X11 OPTIONS_MULTI= BACKENDS OPTIONS_MULTI_BACKENDS= BROADWAY WAYLAND X11 @@ -64,8 +64,6 @@ CUPS_LIB_DEPENDS= libcups.so:print/cups CUPS_MESON_ON= -Dprint_backends=cups,file,lpr CUPS_MESON_OFF= -Dprint_backends=file,lpr -DEBUG_MESON_ON= --buildtype=debug - DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc DOCS_MESON_TRUE= gtk_doc man |