aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-desktop
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2015-03-10 18:39:00 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2015-03-10 18:39:00 +0000
commit873120747ecaeb10192147ec5954adf4f162521f (patch)
tree38b3f84442a6bb1208abe611f3791bbce561d00d /x11-wm/xfce4-desktop
parent12ed551ee9e912c21a6272f6888a943b04e58387 (diff)
downloadports-873120747ecaeb10192147ec5954adf4f162521f.tar.gz
ports-873120747ecaeb10192147ec5954adf4f162521f.zip
Notes
Diffstat (limited to 'x11-wm/xfce4-desktop')
-rw-r--r--x11-wm/xfce4-desktop/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile
index 1e7bb44a75e1..7555f37c0d1f 100644
--- a/x11-wm/xfce4-desktop/Makefile
+++ b/x11-wm/xfce4-desktop/Makefile
@@ -25,12 +25,16 @@ USES= pkgconfig gmake gettext-tools xfce tar:bzip2
USE_XORG= x11 sm
CONFIGURE_ARGS+=--enable-gio-unix \
- --enable-notifications \
- --with-file-manager-fallback=Thunar
+ --enable-notifications
-OPTIONS_DEFINE= NLS
+OPTIONS_DEFINE= NLS THUNAR
+OPTIONS_DEFAULT= THUNAR
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
+THUNAR_USE= xfce=thunar
+THUNAR_CONFIGURE_ENABLE= thunarx
+THUNAR_CONFIGURE_WITH= file-manager-fallback=Thunar
+THUNAR_DESC= Thunar file manager support
OPTIONS_SUB= yes
.include <bsd.port.pre.mk>