diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 20:27:49 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 20:27:49 +0000 |
commit | 6c51d523aad10a45f87483d02246ea20766b95f1 (patch) | |
tree | 83242e86a69bcf517bd3e03e6306b830553e0d56 /x11-wm | |
parent | 8914e638c2c328601a3d1065c79d49563c609499 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/lxqt-panel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/lxqt-panel/Makefile b/x11-wm/lxqt-panel/Makefile index d663cfbba517..0d1094e552af 100644 --- a/x11-wm/lxqt-panel/Makefile +++ b/x11-wm/lxqt-panel/Makefile @@ -3,7 +3,7 @@ PORTNAME= lxqt-panel PORTVERSION= 0.13.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= LXQT @@ -12,7 +12,7 @@ COMMENT= Panel for the LXQt desktop LICENSE= LGPL21+ -LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \ +LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt \ libxkbcommon.so:x11/libxkbcommon \ libxcb-util.so:x11/xcb-util \ libsysstat-qt5.so:sysutils/libsysstat |