summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2012-11-18 23:49:11 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2012-11-18 23:49:11 +0000
commit9c468e517cf3f1767f253cbd56ddedafbfbc6198 (patch)
treecd6666b904310f014754ce439234ca5c875ef0ad /dns
parent. Update to 1.4.18. (diff)
- Mention in options that ECDSA requires OpenSSL from ports
PR: ports/173709 Submitted by: Ilya Bakulin <webmaster at kibab.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=307548
Diffstat (limited to 'dns')
-rw-r--r--dns/unbound/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index dc4cb2601d4d..cabd2e6244f9 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -42,7 +42,7 @@ OPTIONS_DEFAULT=THREADS ECDSA
LIBEVENT_DESC= Enable whenever using many (10000) outgoing ports
GOST_DESC= Enable GOST support (requires OpenSSL from ports)
-ECDSA_DESC= Enable ECDSA (elliptic curve) support
+ECDSA_DESC= Enable ECDSA support (requires OpenSSL from ports)
MUNIN_DESC= Install Munin plugin
.include <bsd.port.options.mk>