diff options
author | mat <mat@FreeBSD.org> | 2016-08-31 19:59:05 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-08-31 19:59:05 +0800 |
commit | 9d2e63d82cfe11db2b2f2ad1c9a0c2b7debba73d (patch) | |
tree | 82c912e65ebcb1a50d68d5fbff80f3ce71766719 /dns/bind911 | |
parent | d593efb08e0e55e4164710be13a281a2c5d03b2f (diff) | |
download | freebsd-ports-gnome-9d2e63d82cfe11db2b2f2ad1c9a0c2b7debba73d.tar.gz freebsd-ports-gnome-9d2e63d82cfe11db2b2f2ad1c9a0c2b7debba73d.tar.zst freebsd-ports-gnome-9d2e63d82cfe11db2b2f2ad1c9a0c2b7debba73d.zip |
The NEWSTATS and RRL options were removed in BIND9 9.10, so remove them
from here, also, make the upstream default options default for real.
While there, put back the BIND_TOOLS knobs in bind9-devel.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind911')
-rw-r--r-- | dns/bind911/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile index 236fbefa338c..24bcd523f122 100644 --- a/dns/bind911/Makefile +++ b/dns/bind911/Makefile @@ -7,7 +7,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} # dns/bind-tools here PORTREVISION= 0 .else -# dns/bind910 here +# dns/bind9xx here PORTREVISION= 0 .endif CATEGORIES= dns net ipv6 |