summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2014-08-24 10:09:49 +0200
committerTreeve Jelbert2014-08-24 10:09:49 +0200
commit9898d5334f47315730915a2a1f888171b0c70225 (patch)
tree09cd4d06d088ab3123267010fb9b7a42e82cb9ff
parent7bb7a04a5b6667b9334a28431d15c92b43175877 (diff)
wvstreams: fix bad with-SSL usage
-rwxr-xr-xnet/wvstreams/DEPENDS4
-rw-r--r--net/wvstreams/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/net/wvstreams/DEPENDS b/net/wvstreams/DEPENDS
index 685a1606ac..6e7f67ed49 100755
--- a/net/wvstreams/DEPENDS
+++ b/net/wvstreams/DEPENDS
@@ -20,7 +20,7 @@ optional_depends valgrind \
"--without-valgrind" \
"Enable valgrind support" &&
optional_depends SSL \
- "--with-SSL" \
- "--without-SSL" \
+ "--with-opennssl" \
+ "--without-opennssl" \
"Enable OpenSSL support"
diff --git a/net/wvstreams/HISTORY b/net/wvstreams/HISTORY
index 5689a1adb9..96bc8a6451 100644
--- a/net/wvstreams/HISTORY
+++ b/net/wvstreams/HISTORY
@@ -1,3 +1,6 @@
+2014-08-24 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: fix bad with-SSL usage
+
2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
* DEPENDS: openssl => SSL