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/bind9 | |
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/bind9')
-rw-r--r-- | dns/bind9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index b155c2e9085d..2b122e063e28 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ USE_OPENSSL= yes -CONFLICTS= bind9-9.[45].* bind9-dlz-* bind9-sdb-ldap-* host-* +CONFLICTS= bind9-9.[456].* bind9-sdb-* host-* OPTIONS= REPLACE_BASE "Replace base BIND with this version" off \ THREADS "Compile with thread support (NOT RECOMMENDED!)" off |