diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-10-14 11:44:54 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-10-14 11:44:54 +0000 |
commit | a07f2878ad4fad88d6d7c3776f18fc277add9881 (patch) | |
tree | 69391f373221d85b80f1166125ca143e87c14fc2 | |
parent | 6b0d9d3537605e564a40546502c191e39cf64a9b (diff) | |
download | ports-a07f2878ad4fad88d6d7c3776f18fc277add9881.tar.gz ports-a07f2878ad4fad88d6d7c3776f18fc277add9881.zip |
Notes
-rw-r--r-- | dns/bind9-sdb-mysql/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/bind9-sdb-mysql/Makefile b/dns/bind9-sdb-mysql/Makefile index 020dcc6bc0eb..5ef3ec188f9f 100644 --- a/dns/bind9-sdb-mysql/Makefile +++ b/dns/bind9-sdb-mysql/Makefile @@ -23,6 +23,8 @@ DISTNAME= bind-${ISCVERSION} MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= BIND DNS 9 server which supports a MySQL backend +CONFLICTS= bind-8.3.* bind84-8.4.* bind9-9.2.* bind9-dlz-9.2.* host-* skalibs-0.* + # ISC releases things like 9.2.2rc1, which our versioning doesn't like ISCVERSION= 9.2.2-P3 |