aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-panel/Makefile
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2021-01-02 16:36:33 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2021-01-02 16:36:33 +0000
commitb2f2269daff8c7e224099d352e652241fbdfcb7b (patch)
tree27b902ea7af0a7d6abc54b964847536e36093b87 /x11-wm/xfce4-panel/Makefile
parent0a2af555796c3880231fff24f17bf146795a8887 (diff)
Notes
Diffstat (limited to 'x11-wm/xfce4-panel/Makefile')
-rw-r--r--x11-wm/xfce4-panel/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile
index dd4f036e4a48..1824a36e2596 100644
--- a/x11-wm/xfce4-panel/Makefile
+++ b/x11-wm/xfce4-panel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= xfce4-panel
-PORTVERSION= 4.14.4
+PORTVERSION= 4.16.0
CATEGORIES= x11-wm xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4
@@ -16,7 +16,8 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
- libfreetype.so:print/freetype2
+ libfreetype.so:print/freetype2 \
+ libdbusmenu-gtk3.so:devel/libdbusmenu
USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \
libtool pathfix perl5 pkgconfig tar:bzip2 xfce xorg
@@ -32,8 +33,8 @@ CONFIGURE_ARGS= --enable-gio-unix --without-html-dir
PORTSCOUT= limitw:1,even
-OPTIONS_DEFINE= GIR GTK2 NLS VAPI
-OPTIONS_DEFAULT= GIR GTK2 VAPI
+OPTIONS_DEFINE= GIR NLS VAPI
+OPTIONS_DEFAULT= GIR VAPI
OPTIONS_SUB= yes
GIR_DESC= Use Gobject Introspection
@@ -42,9 +43,6 @@ GIR_USE= gnome=introspection:build
GIR_CONFIGURE_ON= --enable-introspection=yes
GIR_CONFIGURE_OFF= --enable-introspection=no
-GTK2_USE= gnome=gtk20
-GTK2_CONFIGURE_ENABLE= gtk2
-
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime