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/bind94 | |
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/bind94')
-rw-r--r-- | dns/bind94/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index 8f0335a6cb8e..5fdff93b0c92 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ USE_OPENSSL= yes -CONFLICTS= bind9-9.[35].* bind9-dlz-* bind9-sdb-ldap-* host-* +CONFLICTS= bind9-9.[356].* bind9-sdb-* host-* OPTIONS= REPLACE_BASE "Replace base BIND with this version" off \ LARGE_FILE "64-bit file support" off \ |