diff options
author | olivierd <olivierd@FreeBSD.org> | 2015-03-14 01:26:47 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2015-03-14 01:26:47 +0800 |
commit | 0e44743df6c6b7c3f4bc9ebe5b47c9868ff2ca6d (patch) | |
tree | 794465d85faed7099148774cb1c033e18dc92bab /x11-wm | |
parent | 50d02071982485f5e050e7fc61722c4426e34305 (diff) | |
download | freebsd-ports-graphics-0e44743df6c6b7c3f4bc9ebe5b47c9868ff2ca6d.tar.gz freebsd-ports-graphics-0e44743df6c6b7c3f4bc9ebe5b47c9868ff2ca6d.tar.zst freebsd-ports-graphics-0e44743df6c6b7c3f4bc9ebe5b47c9868ff2ca6d.zip |
Make really Thunar optional (fix revision r380955)
PR: 198561
Submitted by: lichray@gmail.com
Reported by: makc@, Eric Douzet
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index 7555f37c0d1..b880dbd8bd0 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_GNOME= glib20 gtk20 intltool intlhack libwnck -USE_XFCE= garcon thunar +USE_XFCE= garcon USES= pkgconfig gmake gettext-tools xfce tar:bzip2 USE_XORG= x11 sm |