diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-08-17 16:55:21 +0800 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-08-17 16:55:21 +0800 |
commit | a63a90aeb2ead8cfb76fd0dc15585bc9bb1afccc (patch) | |
tree | 0a94022a5c2ce50ad151ba3f8124d251b775a2fb /x11-wm/xfce4-systray | |
parent | 95afc5b1f757851a413dc940c27b95ab41faa2a8 (diff) | |
download | freebsd-ports-gnome-a63a90aeb2ead8cfb76fd0dc15585bc9bb1afccc.tar.gz freebsd-ports-gnome-a63a90aeb2ead8cfb76fd0dc15585bc9bb1afccc.tar.zst freebsd-ports-gnome-a63a90aeb2ead8cfb76fd0dc15585bc9bb1afccc.zip |
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 69d9dca16148..a6f1900b2a40 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 |