diff options
author | oliver <oliver@FreeBSD.org> | 2007-02-03 16:34:58 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-02-03 16:34:58 +0800 |
commit | 4d2e2f4f28d43b9ed4f134f39000a1208f1e88fd (patch) | |
tree | 44ca5e43a7c8bce7bb1af34d8071c73d62ec8969 /x11-fm/thunar | |
parent | e9493ae138bd8ea5cbb04a198f3a428d96857ac9 (diff) | |
download | freebsd-ports-gnome-4d2e2f4f28d43b9ed4f134f39000a1208f1e88fd.tar.gz freebsd-ports-gnome-4d2e2f4f28d43b9ed4f134f39000a1208f1e88fd.tar.zst freebsd-ports-gnome-4d2e2f4f28d43b9ed4f134f39000a1208f1e88fd.zip |
enable the plugins by default
Suggested by: Dmitry Pryanishnikov <dmitry@atlantis.dp.ua>
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 |