diff options
author | olivierd <olivierd@FreeBSD.org> | 2015-03-11 02:39:00 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2015-03-11 02:39:00 +0800 |
commit | 513d09a9cb1cac2c3b9bcb15fb9b5db0e42d9704 (patch) | |
tree | 38b3f84442a6bb1208abe611f3791bbce561d00d /x11-wm | |
parent | 9b3a8b0b3993b1c573faf53721c885b00359e6f4 (diff) | |
download | freebsd-ports-gnome-513d09a9cb1cac2c3b9bcb15fb9b5db0e42d9704.tar.gz freebsd-ports-gnome-513d09a9cb1cac2c3b9bcb15fb9b5db0e42d9704.tar.zst freebsd-ports-gnome-513d09a9cb1cac2c3b9bcb15fb9b5db0e42d9704.zip |
Make Thunar optional
Requested by: Eric Douzet (private email)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 10 |
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> |