diff options
author | dougb <dougb@FreeBSD.org> | 2011-09-10 04:55:32 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-09-10 04:55:32 +0800 |
commit | 0a30125cad9bc594826717bceb069a39c94fd05c (patch) | |
tree | 877ffc708cfee57699bb5d4ebf7a84c5d206ce9b /dns/bind97 | |
parent | e0bbf9b01558aacd7d50c338f82d396d11420558 (diff) | |
download | freebsd-ports-gnome-0a30125cad9bc594826717bceb069a39c94fd05c.tar.gz freebsd-ports-gnome-0a30125cad9bc594826717bceb069a39c94fd05c.tar.zst freebsd-ports-gnome-0a30125cad9bc594826717bceb069a39c94fd05c.zip |
BIND version 9.7 with support for sdb database drivers, including ldap and
postgresql.
WWW: https://www.isc.org/software/bind/
PR: ports/157752
Submitted by: Josh Carroll <josh.carroll@gmail.com>
Diffstat (limited to 'dns/bind97')
-rw-r--r-- | dns/bind97/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind97/Makefile b/dns/bind97/Makefile index 096cfd433c31..0c8783d4e421 100644 --- a/dns/bind97/Makefile +++ b/dns/bind97/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ CONFLICTS= bind9*-9.[45689].* bind9-sdb-* host-* -OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \ +OPTIONS+= SSL "Building without OpenSSL removes DNSSEC" on \ IDN "Add IDN support to dig, host, etc." off \ REPLACE_BASE "Replace base BIND with this version" off \ LARGE_FILE "64-bit file support" off \ |