summaryrefslogtreecommitdiffstats
path: root/chat-irc/weechat/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/weechat/DEPENDS')
-rwxr-xr-xchat-irc/weechat/DEPENDS17
1 files changed, 10 insertions, 7 deletions
diff --git a/chat-irc/weechat/DEPENDS b/chat-irc/weechat/DEPENDS
index 52811a2990..09c9732f87 100755
--- a/chat-irc/weechat/DEPENDS
+++ b/chat-irc/weechat/DEPENDS
@@ -1,11 +1,14 @@
-if [ "$WEECHAT_DEVEL_CVS" == "y" -a "$DEV_CMAKE" != "y" ]; then
+if [[ $WEECHAT_BRANCH == scm ]]; then
depends git &&
- depends cvs &&
- depends autoconf &&
- depends automake &&
depends gettext &&
- depends libtool
-elif [ "$DEV_CMAKE" == "y" ]; then
+ if [[ $WEECHAT_CMAKE != y ]]; then
+ depends autoconf &&
+ depends automake &&
+ depends libtool
+ fi
+fi &&
+
+if [[ $WEECHAT_CMAKE == y ]]; then
depends cmake
fi &&
depends ncurses &&
@@ -13,6 +16,6 @@ optional_depends gnutls "" "--disable-gnutls" "Turn on gnutls support" &&
optional_depends perl "" "--disable-perl" "Turns on Perl script plugin" &&
optional_depends python "" "--disable-python" "Turns on Python script plugin" &&
optional_depends RUBY "" "--disable-ruby" "Turns on Ruby script plugin" &&
-optional_depends lua "" "--disable-lua" "Turn on Lua script plugin" &&
+optional_depends lua51 "" "--disable-lua" "Turn on Lua script plugin" &&
optional_depends aspell "" "--disable-aspell" "Turn on Aspell plugin"