summaryrefslogtreecommitdiffstats
path: root/chat-im
diff options
context:
space:
mode:
authorVlad Glagolev2015-12-25 12:39:48 +0300
committerVlad Glagolev2015-12-25 12:39:48 +0300
commita97a7334c7b2ff4f5a892795df57c2aa8574edb3 (patch)
tree009bc9423196a18ddfc596ba5cc937333a3d4cd1 /chat-im
parentb05270d471ad33de2d30785a63edf023783548d0 (diff)
licq: openssl -> SSL
Diffstat (limited to 'chat-im')
-rwxr-xr-xchat-im/licq/DEPENDS2
-rw-r--r--chat-im/licq/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/chat-im/licq/DEPENDS b/chat-im/licq/DEPENDS
index d7004d4da5..1297dfeaf5 100755
--- a/chat-im/licq/DEPENDS
+++ b/chat-im/licq/DEPENDS
@@ -16,7 +16,7 @@ if [ "$LICQ_AOSD" == "y" ]; then
fi &&
depends cmake &&
depends boost &&
-optional_depends "openssl" \
+optional_depends SSL \
"" \
"--disable-openssl" \
"for secure communication between clients"
diff --git a/chat-im/licq/HISTORY b/chat-im/licq/HISTORY
index 14bdb0ed9b..f11696229a 100644
--- a/chat-im/licq/HISTORY
+++ b/chat-im/licq/HISTORY
@@ -1,3 +1,6 @@
+2015-12-25 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: openssl -> SSL
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)