diff options
Diffstat (limited to 'dns/bind912')
-rw-r--r-- | dns/bind912/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind912/Makefile b/dns/bind912/Makefile index c97c9b3d639a..d7b1fd1bb98a 100644 --- a/dns/bind912/Makefile +++ b/dns/bind912/Makefile @@ -50,7 +50,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --sysconfdir=${ETCDIR} ETCDIR= ${PREFIX}/etc/namedb -CONFLICTS= bind99 bind910 bind911 bind913 bind9-devel +CONFLICTS= bind911 bind913 bind914 bind9-devel .if defined(BIND_TOOLS_SLAVE) CONFIGURE_ARGS+= --disable-shared |