diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-03-25 04:00:21 +0800 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-03-25 04:00:21 +0800 |
commit | 389960986f611e3bb222b4757f6f7558bb52f810 (patch) | |
tree | 911b60b93a78402873b64af8049c4e365c77129d /dns/bind96 | |
parent | d31cadffee9652bba4aed758b08c36d8bd083aad (diff) | |
download | freebsd-ports-gnome-389960986f611e3bb222b4757f6f7558bb52f810.tar.gz freebsd-ports-gnome-389960986f611e3bb222b4757f6f7558bb52f810.tar.zst freebsd-ports-gnome-389960986f611e3bb222b4757f6f7558bb52f810.zip |
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.
Diffstat (limited to 'dns/bind96')
-rw-r--r-- | dns/bind96/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index 9c5aa6eeca41..c12ca2acd9a7 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --with-randomdev=/dev/random -CONFLICTS= bind9-9.[345].* bind9-sdb-* host-* +CONFLICTS= bind9*-9.[345].* bind9-sdb-* host-* OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \ XML "Support for xml statistics output" on \ |