diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2015-03-16 15:36:57 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2015-03-16 15:36:57 +0000 |
commit | 69796f0a61ee215cb651487d1c95270628f8d7be (patch) | |
tree | bca04748c699bb2ebccc7ec2c977d1459bfa0285 /dns | |
parent | 82b09860f80625c6039923132354081ef17c39df (diff) | |
download | ports-69796f0a61ee215cb651487d1c95270628f8d7be.tar.gz ports-69796f0a61ee215cb651487d1c95270628f8d7be.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/unbound/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 6a063930d1ed..d644330d5075 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -36,6 +36,7 @@ LIBEVENT_DESC= Build against libevent GOST_DESC= Enable GOST support (requires OpenSSL >= 1.0) ECDSA_DESC= Enable ECDSA (elliptic curve) support (OpenSSL >= 1.0) MUNIN_DESC= Install Munin plugin +FILTER_AAAA_DESC= Build with AAAA filter functionality (contrib) .include <bsd.port.options.mk> |