summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2014-08-24 10:09:48 +0200
committerTreeve Jelbert2014-08-24 10:09:48 +0200
commit7bb7a04a5b6667b9334a28431d15c92b43175877 (patch)
tree4b4ab774157424ce1a56c2e48a9aa7e0588c855d
parent79054e95c54dbdf514f89b692004908410ffb4b7 (diff)
netembryo: fix bad with-SSL usage
-rwxr-xr-xnet/netembryo/DEPENDS4
-rw-r--r--net/netembryo/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/net/netembryo/DEPENDS b/net/netembryo/DEPENDS
index 8e6a822a7e..eec869a979 100755
--- a/net/netembryo/DEPENDS
+++ b/net/netembryo/DEPENDS
@@ -3,6 +3,6 @@ optional_depends lksctp-tools \
"--disable-sctp" \
"For SCTP support" &&
optional_depends SSL \
- "--with-SSL" \
- "--without-SSL" \
+ "--with-opennssl" \
+ "--without-opennssl" \
"Enable SSL support through OpenSSL"
diff --git a/net/netembryo/HISTORY b/net/netembryo/HISTORY
index 1374221ba1..910d2a6df4 100644
--- a/net/netembryo/HISTORY
+++ b/net/netembryo/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