[Lunar-commits] <moonbase> firefox: add the optional depend on hunspell.

Florin Braescu florin at lunar-linux.org
Fri Dec 31 19:02:40 CET 2010


commit 659a653c172fd9330bd6cb839f5eeef01c0f08d3
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Dec 31 20:02:40 2010 +0200

    firefox: add the optional depend on hunspell.
---
 web/firefox/DEPENDS |   22 +++++++++-------------
 1 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/web/firefox/DEPENDS b/web/firefox/DEPENDS
index 0832b28..65e2c11 100644
--- a/web/firefox/DEPENDS
+++ b/web/firefox/DEPENDS
@@ -14,16 +14,12 @@ depends alsa-lib
 #optional_depends "sqlite"  ""  ""  \
 #                 "Use system sqlite"
 
-optional_depends "flash-plugin-10"  ""  ""  \
-                 "To enable Flash plugin"
-
-optional_depends "gnome-vfs"  ""  ""  \
-                 "For Gnome VFS support"
-
-optional_depends "Python"  ""  "" \
-                 "Needed to do a Profile Guided Optimization build"
-
-optional_depends "dbus-glib" "--enable-dbus" "--disable-dbus" "for dbus support"
-
-
-
+optional_depends "Python"           ""  ""  "Needed to do a Profile Guided Optimization build"
+optional_depends "flash-plugin-10"  ""  ""  "To enable Flash plugin"
+optional_depends "gnome-vfs"        ""  ""  "For Gnome VFS support"
+optional_depends "hunspell"         ""  ""  "For spelling support"
+
+optional_depends "dbus-glib"       \
+                 "--enable-dbus"   \
+                 "--disable-dbus"  \
+                 "for dbus support"


More information about the Lunar-commits mailing list