summaryrefslogtreecommitdiffstats
path: root/chat-irc/irssi/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/irssi/DEPENDS')
-rwxr-xr-xchat-irc/irssi/DEPENDS16
1 files changed, 16 insertions, 0 deletions
diff --git a/chat-irc/irssi/DEPENDS b/chat-irc/irssi/DEPENDS
new file mode 100755
index 0000000000..f666033c8e
--- /dev/null
+++ b/chat-irc/irssi/DEPENDS
@@ -0,0 +1,16 @@
+depends glib2 &&
+depends ncurses &&
+
+optional_depends "openssl" \
+ "" \
+ "--disable-ssl" \
+ "for SSL support" &&
+
+optional_depends "perl" \
+ "--with-perl=module" \
+ "--with-perl=no" \
+ "for perl support" &&
+
+if [ "$IRSSI_SVN" = "y" ]; then
+ depends subversion
+fi