diff options
Diffstat (limited to 'x11-toolkits/libwnck3/Makefile')
-rw-r--r-- | x11-toolkits/libwnck3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/libwnck3/Makefile b/x11-toolkits/libwnck3/Makefile index c45774006435..6a80a1e3cd38 100644 --- a/x11-toolkits/libwnck3/Makefile +++ b/x11-toolkits/libwnck3/Makefile @@ -1,5 +1,5 @@ PORTNAME= libwnck -PORTVERSION= 43.2 +PORTVERSION= 43.3 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -12,10 +12,10 @@ WWW= https://gitlab.gnome.org/GNOME/libwnck LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= bison gettext gnome localbase meson pkgconfig tar:xz \ +USES= bison gettext-tools gnome localbase meson pkgconfig tar:xz \ xorg USE_GNOME= cairo gdkpixbuf gtk30 introspection:build -USE_XORG= xext xrender xres x11 +USE_XORG= x11 xi xrender xres USE_LDCONFIG= yes MESON_ARGS= -Dgtk_doc=false \ -Dinstall_tools=false |