summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2011-03-05 10:00:01 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2011-03-05 10:00:01 +0000
commit80467d74d84e882e84e184ecdb949df686415454 (patch)
treea142539da72e2f253d8ac7b5e07b953f7abe9c7e /x11-wm
parent- Update to 1.4.2 (diff)
libexo is required in any case
Submitted by: Zhihao Yuan <lichray@gmail.com>
Notes
Notes: svn path=/head/; revision=270336
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/xfce4-desktop/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile
index b19784f5dd4e..534ea2334e72 100644
--- a/x11-wm/xfce4-desktop/Makefile
+++ b/x11-wm/xfce4-desktop/Makefile
@@ -25,7 +25,8 @@ USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= glib20 gnometarget gtk20 intltool intlhack pkgconfig
USE_LDCONFIG= yes
-USE_XFCE= configenv garcon libgui libmenu libutil panel xfconf
+USE_XFCE= configenv garcon libgui libmenu libutil panel xfconf \
+ libexo
OPTIONS= FAM "Enable FAM support" on \
THUNAR "Enable thunar support" on
@@ -35,14 +36,10 @@ MAN1= xfdesktop.1
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_THUNAR)
-CONFIGURE_ARGS+=--enable-thunar-vfs --enable-thunarx --enable-exo
-USE_XFCE+= libexo thunar
-.else
-CONFIGURE_ARGS+=--disable-thunar-vfs --disable-thunarx --disable-exo
-.endif
-
-.if !defined(WITHOUT_FAM)
+CONFIGURE_ARGS+=--enable-thunar-vfs --enable-thunarx
+USE_XFCE+= thunar
.else
+CONFIGURE_ARGS+=--disable-thunar-vfs --disable-thunarx
.endif
.include <bsd.port.post.mk>