summaryrefslogtreecommitdiff
path: root/dns/bind94/Makefile
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2009-03-24 20:00:21 +0000
committerDoug Barton <dougb@FreeBSD.org>2009-03-24 20:00:21 +0000
commit389960986f611e3bb222b4757f6f7558bb52f810 (patch)
tree911b60b93a78402873b64af8049c4e365c77129d /dns/bind94/Makefile
parentWhere it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports (diff)
Fix CONFLICTS (again). The previous example didn't work at all for ports
other than plain bind9 since the real PORTNAMEs for the other ports are bind9[456]. This fix has the added advantage of covering REPLACE_BASE.
Notes
Notes: svn path=/head/; revision=230905
Diffstat (limited to 'dns/bind94/Makefile')
-rw-r--r--dns/bind94/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile
index 6b38c0f8920a..c4051159d998 100644
--- a/dns/bind94/Makefile
+++ b/dns/bind94/Makefile
@@ -33,7 +33,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
--with-randomdev=/dev/random
-CONFLICTS= bind9-9.[356].* bind9-sdb-* host-*
+CONFLICTS= bind9*-9.[356].* bind9-sdb-* host-*
OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \
REPLACE_BASE "Replace base BIND with this version" off \