summaryrefslogtreecommitdiffstats
path: root/chat-libs
diff options
context:
space:
mode:
authorTreeve Jelbert2014-08-19 13:41:30 +0200
committerTreeve Jelbert2014-08-19 13:41:30 +0200
commitf9b520b3e2b4e5b9c04bd3fdd2aacd276b5889a4 (patch)
tree1e0497e9bf513a5977c937473559813323399709 /chat-libs
parent47f92b941c3d3fda777743e5a9fc02aa4e3374ca (diff)
gloox: depends SSL
Diffstat (limited to 'chat-libs')
-rwxr-xr-xchat-libs/gloox/DEPENDS2
-rw-r--r--chat-libs/gloox/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/chat-libs/gloox/DEPENDS b/chat-libs/gloox/DEPENDS
index d9c8c778d2..3b7f2aa594 100755
--- a/chat-libs/gloox/DEPENDS
+++ b/chat-libs/gloox/DEPENDS
@@ -1,6 +1,6 @@
depends -sub CXX gcc &&
depends gnutls &&
-depends openssl &&
+depends SSL &&
depends libidn &&
optional_depends zlib \
"--with-zlib" \
diff --git a/chat-libs/gloox/HISTORY b/chat-libs/gloox/HISTORY
index d805679161..ad3d7f1fa3 100644
--- a/chat-libs/gloox/HISTORY
+++ b/chat-libs/gloox/HISTORY
@@ -1,3 +1,6 @@
+2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: openssl => SSL
+
2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)