diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-07-04 15:43:37 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-07-04 15:43:37 +0000 |
commit | 6321276ecb0272c669d4558fb7c762b8ee07562e (patch) | |
tree | 284157f8248db8d31dcb90f8e6c66fa181504513 /dns/bind9-sdb-ldap | |
parent | 131fe670c7174f2d60a2c0db3572086b6a256aec (diff) |
Update CONFLICTS:
1. To take bind95 into account
2. s/bind9-sdb-ldap/bind9-sdb-mysql/
3. Delete references to BIND 8
Notes
Notes:
svn path=/head/; revision=216305
Diffstat (limited to 'dns/bind9-sdb-ldap')
-rw-r--r-- | dns/bind9-sdb-ldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind9-sdb-ldap/Makefile b/dns/bind9-sdb-ldap/Makefile index 4a1801968f85..e293582cafdf 100644 --- a/dns/bind9-sdb-ldap/Makefile +++ b/dns/bind9-sdb-ldap/Makefile @@ -20,7 +20,7 @@ COMMENT= The well known Bind9, patched for use of an LDAP based backend USE_OPENLDAP= yes -CONFLICTS= bind-8.* bind84-8.* bind9-9.* bind9-dlz-* host-* skalibs-* +CONFLICTS= bind9-9.* bind9-dlz-* host-* skalibs-* # ISC releases things like 9.3.0rc1, which our versioning doesn't like ISCVERSION= 9.4.1-P1 |