diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-09-18 18:28:42 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-09-18 18:28:42 +0000 |
commit | 82828f53b1768738e4305743ce6f408a3a166e7f (patch) | |
tree | d10e2dc0f74eabe6dd93af4aa8876d75ecef4b98 | |
parent | cebc8f914c71db68cf407f45e1bf4fb1c313391c (diff) | |
download | freebsd-ports-82828f53b1768738e4305743ce6f408a3a166e7f.zip |
dns/unbound: Fix OPTIONS_DEFINE reference
Missed in previous commit
PR: 231283
Submitted by: jaap@NLnetLabs.nl (maintainer)
Pointyhat to: swills
-rw-r--r-- | dns/unbound/Makefile | 2 |
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) |