diff options
author | dougb <dougb@FreeBSD.org> | 2009-12-14 14:29:30 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-12-14 14:29:30 +0800 |
commit | 0947b8f339df0caaa7d74e8258c199d3c1320f5c (patch) | |
tree | 68449c949adb2f26396b9cf62382ab39ad2b22e5 /dns/bind9 | |
parent | 832d65d5b858d3e6a7feee5e7e14df2241c9614f (diff) | |
download | freebsd-ports-gnome-0947b8f339df0caaa7d74e8258c199d3c1320f5c.tar.gz freebsd-ports-gnome-0947b8f339df0caaa7d74e8258c199d3c1320f5c.tar.zst freebsd-ports-gnome-0947b8f339df0caaa7d74e8258c199d3c1320f5c.zip |
Update CONFLICTS for bind97
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 17cf9a37bd05..205f79db743a 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --with-randomdev=/dev/random -CONFLICTS= bind9*-9.[456].* bind9-sdb-* host-* +CONFLICTS= bind9*-9.[4567].* bind9-sdb-* host-* OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \ LINKS "Create conf file symlinks in ${PREFIX}" on \ |