From 9898d5334f47315730915a2a1f888171b0c70225 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Sun, 24 Aug 2014 10:09:49 +0200 Subject: wvstreams: fix bad with-SSL usage --- net/wvstreams/DEPENDS | 4 ++-- net/wvstreams/HISTORY | 3 +++ 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 + * DEPENDS: fix bad with-SSL usage + 2014-08-19 Treeve Jelbert * DEPENDS: openssl => SSL -- cgit v1.2.3