summaryrefslogtreecommitdiffstats
path: root/chat-irc/irssi/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/irssi/DEPENDS')
-rwxr-xr-xchat-irc/irssi/DEPENDS3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat-irc/irssi/DEPENDS b/chat-irc/irssi/DEPENDS
index 8c1e09172a..7faeeef799 100755
--- a/chat-irc/irssi/DEPENDS
+++ b/chat-irc/irssi/DEPENDS
@@ -11,11 +11,12 @@ optional_depends "perl" \
"--with-perl=module" \
"--with-perl=no" \
"for perl support" &&
+
optional_depends "dante" \
"--with-socks" \
"--without-socks" \
"for SOCKS support" &&
-if [ "$IRSSI_SVN" = "y" ]; then
+if [[ $IRSSI_SVN == y ]]; then
depends subversion
fi