diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-03 08:34:58 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-03 08:34:58 +0000 |
commit | 9fb40f3f14f70511cda3cb6583bbc1f40a0bc361 (patch) | |
tree | 46289a1bbb656459a7cfbdd63161961baa19683e /x11-fm/thunar | |
parent | 03a77ac8ecc3ca9e15e1d386e51aa3b5b7e2b3de (diff) | |
download | ports-9fb40f3f14f70511cda3cb6583bbc1f40a0bc361.tar.gz ports-9fb40f3f14f70511cda3cb6583bbc1f40a0bc361.zip |
Notes
Diffstat (limited to 'x11-fm/thunar')
-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 |