aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2011-03-08 12:06:24 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2011-03-08 12:06:24 +0000
commit1c33a5b7c041ee103842bf31a3bc710950251bf8 (patch)
tree08912caf9e6f7c055b23659bb8dbd6c90afce7b0 /x11-wm
parent166ce3d3ee990e50edbeb74a872b4b19506c93af (diff)
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/xfce4-desktop/Makefile9
1 files changed, 4 insertions, 5 deletions
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 <bsd.port.pre.mk>
.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 <bsd.port.post.mk>