diff options
author | dougb <dougb@FreeBSD.org> | 2009-01-04 15:26:28 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-01-04 15:26:28 +0800 |
commit | 928b38008c5cfe5ca2fe0f1ccb24144558c48d2c (patch) | |
tree | 3994edbfdae797b540de7d0669918d2834fe51b2 /dns/bind95 | |
parent | 45bb7fa50e1223b063006d51503ffdf981575894 (diff) | |
download | freebsd-ports-gnome-928b38008c5cfe5ca2fe0f1ccb24144558c48d2c.tar.gz freebsd-ports-gnome-928b38008c5cfe5ca2fe0f1ccb24144558c48d2c.tar.zst freebsd-ports-gnome-928b38008c5cfe5ca2fe0f1ccb24144558c48d2c.zip |
Update CONFLICTS to reflect the addition of the bind96 port,
the demise of bind9-dlz, and updates to the bind9-sdb-* ports.
Diffstat (limited to 'dns/bind95')
-rw-r--r-- | dns/bind95/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index 3315e05a5be5..55b9de0552de 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ USE_OPENSSL= yes -CONFLICTS= bind9-9.[34].* bind9-dlz-* bind9-sdb-ldap-* host-* +CONFLICTS= bind9-9.[346].* bind9-sdb-* host-* OPTIONS= XML "Support for xml statistics output" on \ IDN "Add IDN support to dig, host, etc." off \ |