diff options
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/thunar/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index aab677eeb8a6..c915a3f28b26 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -33,12 +33,12 @@ OPTIONS= DBUS "Enable D-BUS support" on \ HAL "Enable HAL support" on \ GCONF "Enable GCONF support" off \ STARTUP "Enable startup notification support" on \ - PLUG_APR "Thunar Advanced Properties plugin" off \ + PLUG_APR "Thunar Advanced Properties plugin" on \ PLUG_APR_EXIF "Exif support for the APR plugin" off \ - PLUG_SBR "Thunar Simple Builtin Renamers plugin" off \ + PLUG_SBR "Thunar Simple Builtin Renamers plugin" on \ PLUG_SBR_PCRE "Regular expression support for the SBR plugin" off \ - PLUG_TPA "Thunar Trash Panel Applet plugin" off \ - PLUG_UCA "Thunar User Customizable Actions plugin" off + PLUG_TPA "Thunar Trash Panel Applet plugin" on \ + PLUG_UCA "Thunar User Customizable Actions plugin" on MAN1= Thunar.1 |