summaryrefslogtreecommitdiffstats
path: root/chat-im/pidgin/DEPENDS
diff options
context:
space:
mode:
authorDavid Haley2010-09-18 22:54:47 -0500
committerDavid Haley2010-09-19 00:38:43 -0500
commit704cbba45f4e5ff941fdd76d11b5fc70d3029add (patch)
tree127a5413d0fa5c74da78072eed4b126f0345ba83 /chat-im/pidgin/DEPENDS
parent8395d2e541916846562c0ca9c598b0bb2e946cfd (diff)
New Spell: silc-toolkit.
Amount other things this allows for PidginIM to be build with SILC protocol support. This spell requires no dependencies, and there are no steps within pidgin make process (no addition --options) for SILC support to be included. However, Pidgin had its DEPENDS file updated with an optional depends in case the person casting pidgin wanted SILC support included.
Diffstat (limited to 'chat-im/pidgin/DEPENDS')
-rwxr-xr-xchat-im/pidgin/DEPENDS5
1 files changed, 5 insertions, 0 deletions
diff --git a/chat-im/pidgin/DEPENDS b/chat-im/pidgin/DEPENDS
index fafbc95c7c..9f23f4781a 100755
--- a/chat-im/pidgin/DEPENDS
+++ b/chat-im/pidgin/DEPENDS
@@ -7,6 +7,11 @@ then
depends intltool
fi &&
+optional_depends silc-toolkit \
+ "" \
+ "" \
+ "for SILC protocol support" &&
+
optional_depends evolution \
"--enable-gevolution" \
"--disable-gevolution" \