summaryrefslogtreecommitdiffstats
path: root/chat-im
diff options
context:
space:
mode:
authorTreeve Jelbert2014-08-19 13:41:13 +0200
committerTreeve Jelbert2014-08-19 13:41:13 +0200
commit66d861c6a0d0325a2ab9fe922946fd53228eff2f (patch)
tree17dd59bd0b668e9c9b90aedb3e537689b7696f54 /chat-im
parent9988080c8d0ebce46a2669cd43b621e366f4dc9d (diff)
qutim: depends SSL
Diffstat (limited to 'chat-im')
-rwxr-xr-xchat-im/qutim/DEPENDS2
-rw-r--r--chat-im/qutim/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/chat-im/qutim/DEPENDS b/chat-im/qutim/DEPENDS
index a32e7909b9..3800855472 100755
--- a/chat-im/qutim/DEPENDS
+++ b/chat-im/qutim/DEPENDS
@@ -12,7 +12,7 @@ then
"for encryption in jabber plugin" &&
if ! is_depends_enabled $SPELL gnutls
then
- optional_depends openssl \
+ optional_depends SSL \
"-DOpenSSL%BOOL=1" \
"-DOpenSSL%BOOL=0" \
"for SSL support in jabber"
diff --git a/chat-im/qutim/HISTORY b/chat-im/qutim/HISTORY
index a1eb1d8bf0..5458e252d5 100644
--- a/chat-im/qutim/HISTORY
+++ b/chat-im/qutim/HISTORY
@@ -1,3 +1,6 @@
+2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: openssl => SSL
+
2010-07-08 Donald Johnson <minozake@codemage.net>
* Removed prepare_cmake_flags() as cmake_build() now calls it.