diff options
author | dougb <dougb@FreeBSD.org> | 2008-07-04 23:43:37 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2008-07-04 23:43:37 +0800 |
commit | b9f910b39b79acd3f578259ffe19eb4e14a1ac26 (patch) | |
tree | e49674ce3f99818a7d0b7650c631350723864595 /dns/bind9 | |
parent | 317d1df0d7453c86f60dd8beb8be6101d00db742 (diff) | |
download | freebsd-ports-gnome-b9f910b39b79acd3f578259ffe19eb4e14a1ac26.tar.gz freebsd-ports-gnome-b9f910b39b79acd3f578259ffe19eb4e14a1ac26.tar.zst freebsd-ports-gnome-b9f910b39b79acd3f578259ffe19eb4e14a1ac26.zip |
Update CONFLICTS:
1. To take bind95 into account
2. s/bind9-sdb-ldap/bind9-sdb-mysql/
3. Delete references to BIND 8
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 f3dea95bc384..88171e1f98f0 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.4.* bind9-9.5.* bind9-dlz-[0-9]* bind9-sdb-mysql-[0-9]* host-[0-9]* +CONFLICTS= bind9-9.[45].* bind9-dlz-* bind9-sdb-ldap-* host-* OPTIONS= REPLACE_BASE "Replace base BIND with this version" off \ THREADS "Compile with thread support (NOT RECOMMENDED!)" off |