aboutsummaryrefslogtreecommitdiff
path: root/dns/unbound
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-09-18 18:28:42 +0000
committerSteve Wills <swills@FreeBSD.org>2018-09-18 18:28:42 +0000
commit82828f53b1768738e4305743ce6f408a3a166e7f (patch)
treed10e2dc0f74eabe6dd93af4aa8876d75ecef4b98 /dns/unbound
parentcebc8f914c71db68cf407f45e1bf4fb1c313391c (diff)
downloadports-82828f53b1768738e4305743ce6f408a3a166e7f.tar.gz
ports-82828f53b1768738e4305743ce6f408a3a166e7f.zip
dns/unbound: Fix OPTIONS_DEFINE reference
Missed in previous commit PR: 231283 Submitted by: jaap@NLnetLabs.nl (maintainer) Pointyhat to: swills
Notes
Notes: svn path=/head/; revision=480058
Diffstat (limited to 'dns/unbound')
-rw-r--r--dns/unbound/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index 93ccce451390..f7531421f744 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -36,7 +36,7 @@ OPTIONS_SUB= yes
OPTIONS_DEFINE= THREADS PYTHON GOST ECDSA MUNIN_PLUGIN DOCS LIBEVENT \
FILTER_AAAA DNSTAP DNSCRYPT SUBNET EVAPI TFOCL TFOSE \
HIREDIS
-OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT GOST_DESC
+OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT GOST
LIBEVENT_DESC= Build against libevent
GOST_DESC= Enable GOST support (requires OpenSSL >= 1.0)