diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-31 11:43:33 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-31 11:43:33 +0000 |
commit | a5abdcbd518626385332583097a384ac49e92f0e (patch) | |
tree | c51409bca9c99a5303b15b0c8c6adbf7dc8d1d23 /x11-wm/xfce4-panel | |
parent | bef2589937e47a0001e2a11adc04f27cea6af76c (diff) | |
download | FreeBSD-ports-a5abdcbd518626385332583097a384ac49e92f0e.zip FreeBSD-ports-a5abdcbd518626385332583097a384ac49e92f0e.tar.gz |
Add missing dependencies
Pointed out by: bento
Diffstat (limited to 'x11-wm/xfce4-panel')
-rw-r--r-- | x11-wm/xfce4-panel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index bc993ac..713522c 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -19,7 +19,9 @@ COMMENT= XFce 4 panel module BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification + startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ + xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui USE_GNOME= gtk20 USE_REINPLACE= yes |