summaryrefslogtreecommitdiffstats
path: root/chat-libs/pwlib
diff options
context:
space:
mode:
authorTreeve Jelbert2014-08-19 13:41:31 +0200
committerTreeve Jelbert2014-08-19 13:41:31 +0200
commite44bd3f35a9e2143e703d2eac873369614925704 (patch)
tree01bd2f5c6da1ad0481f2e5baa02df1091c9cdca9 /chat-libs/pwlib
parente1b9d93ae6c5e2ed566c008f20e16a324587efe5 (diff)
pwlib: depends SSL
Diffstat (limited to 'chat-libs/pwlib')
-rwxr-xr-xchat-libs/pwlib/DEPENDS6
-rw-r--r--chat-libs/pwlib/HISTORY3
2 files changed, 6 insertions, 3 deletions
diff --git a/chat-libs/pwlib/DEPENDS b/chat-libs/pwlib/DEPENDS
index dfc5bb0a2f..4a53ae0674 100755
--- a/chat-libs/pwlib/DEPENDS
+++ b/chat-libs/pwlib/DEPENDS
@@ -6,9 +6,9 @@ optional_depends "openldap" \
"--disable-openldap" \
"for LDAP lookups" &&
-#optional_depends "openssl" \
-# "--enable-openssl" \
-# "--disable-openssl" \
+#optional_depends "SSL" \
+# "--enable-SSL" \
+# "--disable-SSL" \
# "for SSL connections" &&
optional_depends "cyrus-sasl" \
diff --git a/chat-libs/pwlib/HISTORY b/chat-libs/pwlib/HISTORY
index e83e3c74d5..2aaa36c544 100644
--- a/chat-libs/pwlib/HISTORY
+++ b/chat-libs/pwlib/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)