diff options
Diffstat (limited to 'x11-wm/xfce4-systray/Makefile')
-rw-r--r-- | x11-wm/xfce4-systray/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/xfce4-systray/Makefile b/x11-wm/xfce4-systray/Makefile index 2ca7ee6814e1..e8fb749f2559 100644 --- a/x11-wm/xfce4-systray/Makefile +++ b/x11-wm/xfce4-systray/Makefile @@ -18,7 +18,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= XFce 4 system tray module for xfce4-panel BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ +LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui + xml2.5:${PORTSDIR}/textproc/libxml2 \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification USE_GNOME= gtk20 |