diff options
author | oliver <oliver@FreeBSD.org> | 2007-01-26 04:20:55 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-01-26 04:20:55 +0800 |
commit | a41f30e50870564392214f303cb73d39049724e6 (patch) | |
tree | e1a8c02929937cb636ccb0d011b1232cad956471 /x11-wm | |
parent | 8539255d0210f099e4eaa21cd28366b256035a26 (diff) | |
download | freebsd-ports-gnome-a41f30e50870564392214f303cb73d39049724e6.tar.gz freebsd-ports-gnome-a41f30e50870564392214f303cb73d39049724e6.tar.zst freebsd-ports-gnome-a41f30e50870564392214f303cb73d39049724e6.zip |
also depend on Terminal
PR: 108342
Submitted by: John Nielsen <john@jnielsen.net>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index d4aaf37030ad..aa0076e4beaa 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -26,7 +26,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/xfce4/mcs-plugins/ui_plugin.so:${PORTSDIR}/sysutil ${LOCALBASE}/lib/gtk-2.0/2.10.0/engines/libxfce.so:${PORTSDIR}/x11-themes/gtk-xfce-engine \ thunar:${PORTSDIR}/x11-fm/thunar \ orage:${PORTSDIR}/deskutils/orage \ - mousepad:${PORTSDIR}/editors/mousepad + mousepad:${PORTSDIR}/editors/mousepad \ + Terminal:${PORTSDIR}/x11/Terminal NO_BUILD= yes LATEST_LINK= xfce4 |