diff options
author | sem <sem@FreeBSD.org> | 2015-03-16 23:36:57 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2015-03-16 23:36:57 +0800 |
commit | 8df2a80cfff3ad8f1fc29a48f0d35417873139d2 (patch) | |
tree | bca04748c699bb2ebccc7ec2c977d1459bfa0285 | |
parent | e234b3e394e8b7c20c205720bc6387bf47b2e4ae (diff) | |
download | freebsd-ports-gnome-8df2a80cfff3ad8f1fc29a48f0d35417873139d2.tar.gz freebsd-ports-gnome-8df2a80cfff3ad8f1fc29a48f0d35417873139d2.tar.zst freebsd-ports-gnome-8df2a80cfff3ad8f1fc29a48f0d35417873139d2.zip |
- Forgotten option description
Submitted by: darksoul@darkbsd.org
-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> |