diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-09 15:40:32 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-12-09 15:40:32 +0000 |
commit | 265c712184771712faa66cc2f64134b2baa2e935 (patch) | |
tree | 048349fcbb8ba93ce14df26aee1279f5a93add2d /dns/bind99 | |
parent | 79e3454fc998324bca63a7c908ea65e7d2e2e690 (diff) |
Notes
Diffstat (limited to 'dns/bind99')
-rw-r--r-- | dns/bind99/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 41c6ccf0b294..da3f9f614031 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -37,7 +37,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --sysconfdir=${ETCDIR} ETCDIR= ${PREFIX}/etc/namedb -CONFLICTS= bind9*-9.[45678].* bind9*-sdb-9.[45678].* bind910-* bind911-* bind-tools-9.* +CONFLICTS= bind-tools bind9-devel bind910 bind911 SUB_FILES= pkg-message |