summaryrefslogtreecommitdiffstats
path: root/chat-irc/weechat/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/weechat/DEPENDS')
-rwxr-xr-xchat-irc/weechat/DEPENDS4
1 files changed, 3 insertions, 1 deletions
diff --git a/chat-irc/weechat/DEPENDS b/chat-irc/weechat/DEPENDS
index 49c822b4f7..1ab86ee1b7 100755
--- a/chat-irc/weechat/DEPENDS
+++ b/chat-irc/weechat/DEPENDS
@@ -11,11 +11,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 LUA "" "--disable-lua" "Turn on Lua script plugin" &&
optional_depends aspell "" "--disable-aspell" "Turn on Aspell plugin"
-