From 55225b43222c9329fe41a0545a0aeca11abbfc74 Mon Sep 17 00:00:00 2001 From: oliver Date: Tue, 8 Mar 2011 12:06:24 +0000 Subject: fix 100% CPU usage under some circumstances bump PORTREVISION Submitted by: Zhihao Yuan --- x11-wm/xfce4-desktop/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index 9aa2a5f3f117..7d2e688472ec 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-desktop PORTVERSION= 4.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/xfdesktop/${PORTVERSION:R} @@ -29,18 +29,17 @@ USE_LDCONFIG= yes USE_XFCE= configenv garcon libgui libmenu libutil panel xfconf \ libexo -OPTIONS= FAM "Enable FAM support" on \ - THUNAR "Enable thunar support" on +OPTIONS= THUNAR "Enable thunar support" on MAN1= xfdesktop.1 .include .if !defined(WITHOUT_THUNAR) -CONFIGURE_ARGS+=--enable-thunar-vfs --enable-thunarx +CONFIGURE_ARGS+=--enable-thunarx USE_XFCE+= thunar .else -CONFIGURE_ARGS+=--disable-thunar-vfs --disable-thunarx +CONFIGURE_ARGS+=--disable-thunarx .endif .include -- cgit