diff options
author | oliver <oliver@FreeBSD.org> | 2003-08-17 08:55:21 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-08-17 08:55:21 +0000 |
commit | 431db9aaf83b93d117bb7bbd0dc72adad03158cd (patch) | |
tree | 31e658420696b88795462ae8b384fcee5aed8e61 /x11-wm/xfce4-systray | |
parent | 6453e914481e4ba56f63bcc752d164c2102b76ed (diff) | |
download | FreeBSD-ports-431db9aaf83b93d117bb7bbd0dc72adad03158cd.zip FreeBSD-ports-431db9aaf83b93d117bb7bbd0dc72adad03158cd.tar.gz |
add xfce4-panel to RUN_DEPENDS too
Noted by: demon
Diffstat (limited to 'x11-wm/xfce4-systray')
-rw-r--r-- | x11-wm/xfce4-systray/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/xfce4-systray/Makefile b/x11-wm/xfce4-systray/Makefile index 69d9dca..a6f1900 100644 --- a/x11-wm/xfce4-systray/Makefile +++ b/x11-wm/xfce4-systray/Makefile @@ -23,6 +23,7 @@ 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 +RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 USE_X_PREFIX= yes |