[Lunar-commits] <moonbase> weechat: Fixed for optional depends on guile

Terry Chan tchan at lunar-linux.org
Tue Feb 28 15:26:17 CET 2012


commit 4e42aa863ec04a4decbc1057814f5e3ae9812030
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Tue Feb 28 08:26:17 2012 -0600

    weechat: Fixed for optional depends on guile
---
 chat/weechat/DEPENDS |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chat/weechat/DEPENDS b/chat/weechat/DEPENDS
index 5115f0f..3c1a6df 100644
--- a/chat/weechat/DEPENDS
+++ b/chat/weechat/DEPENDS
@@ -1,8 +1,8 @@
 depends ncurses
-depends guile
 
 optional_depends "perl"   "--enable-perl"   "--disable-perl"   "to compile the perl plugin"
 optional_depends "Python" "--enable-python" "--disable-python" "to compile the Python plugin"
 optional_depends "lua"    "--enable-lua"    "--disable-lua"    "to compile the lua plugin"
 optional_depends "ruby"   "--enable-ruby"   "--disable-ruby"   "to compile the ruby plugin"
 optional_depends "tcl"    "--enable-tcl"    "--disable-tcl"    "to compile the tcl plugin"
+optional_depends "guile"  "--enable-guile"  "--disable-guile"  "to compile the guile plugin"


More information about the Lunar-commits mailing list