summaryrefslogtreecommitdiffstats
path: root/chat-irc/xchat-gnome/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/xchat-gnome/DEPENDS')
-rwxr-xr-xchat-irc/xchat-gnome/DEPENDS26
1 files changed, 26 insertions, 0 deletions
diff --git a/chat-irc/xchat-gnome/DEPENDS b/chat-irc/xchat-gnome/DEPENDS
new file mode 100755
index 0000000000..3f6d6fada0
--- /dev/null
+++ b/chat-irc/xchat-gnome/DEPENDS
@@ -0,0 +1,26 @@
+depends glib2 &&
+depends gtk+2 &&
+optional_depends gettext \
+ "" \
+ "--disable-nls" \
+ "to use gettext for i18n" &&
+
+optional_depends tcl \
+ "--enable-tcl=/usr/lib" \
+ "" \
+ "for tcl scripting support" &&
+
+optional_depends perl \
+ "" \
+ "--disable-perl" \
+ "for perl scripting support" &&
+
+optional_depends python \
+ "" \
+ "--disable-python" \
+ "for Python scripting support" &&
+
+optional_depends openssl \
+ "--enable-openssl=/usr/bin/openssl" \
+ "" \
+ "enable use of openSSL"