summaryrefslogtreecommitdiffstats
path: root/chat-irc/weechat/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/weechat/DEPENDS')
-rwxr-xr-xchat-irc/weechat/DEPENDS7
1 files changed, 5 insertions, 2 deletions
diff --git a/chat-irc/weechat/DEPENDS b/chat-irc/weechat/DEPENDS
index 09c9732f87..ea20145b2a 100755
--- a/chat-irc/weechat/DEPENDS
+++ b/chat-irc/weechat/DEPENDS
@@ -1,6 +1,7 @@
if [[ $WEECHAT_BRANCH == scm ]]; then
depends git &&
depends gettext &&
+
if [[ $WEECHAT_CMAKE != y ]]; then
depends autoconf &&
depends automake &&
@@ -11,11 +12,13 @@ fi &&
if [[ $WEECHAT_CMAKE == y ]]; then
depends cmake
fi &&
+
depends ncurses &&
+depends libgcrypt &&
+
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 lua51 "" "--disable-lua" "Turn on Lua script plugin" &&
+optional_depends LUA "" "--disable-lua" "Turn on Lua script plugin" &&
optional_depends aspell "" "--disable-aspell" "Turn on Aspell plugin"
-