diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2022-04-16 17:20:13 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2022-04-16 17:20:13 +0000 |
commit | 2c680ab029d706d57d53e3f7d9c325b93648b8e3 (patch) | |
tree | 4cd59d0093ce4d429c896d7eec6d6e48aedefbb6 /x11-wm/xfce4-panel/Makefile | |
parent | 1f19b483283b286c1b7aff9f6bd7360bddb6a299 (diff) |
Diffstat (limited to 'x11-wm/xfce4-panel/Makefile')
-rw-r--r-- | x11-wm/xfce4-panel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index b52d5135fe8a..aee4b86b44d8 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -1,7 +1,7 @@ # Created by: James Earl <jdearl@telus.net> PORTNAME= xfce4-panel -PORTVERSION= 4.16.3 +PORTVERSION= 4.16.4 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 @@ -16,11 +16,12 @@ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libdbusmenu-gtk3.so:devel/libdbusmenu + libdbusmenu-gtk3.so:devel/libdbusmenu \ + libharfbuzz.so:print/harfbuzz USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \ libtool pathfix perl5 pkgconfig tar:bzip2 xfce xorg -USE_GNOME= cairo glib20 gtk30 intltool libwnck3 +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3 USE_LDCONFIG= yes USE_XFCE= garcon libexo xfconf USE_XORG= ice sm x11 xext |