diff options
Diffstat (limited to 'dns/bind914/Makefile')
-rw-r--r-- | dns/bind914/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind914/Makefile b/dns/bind914/Makefile index 349e3f901618..5bc6436cdaa1 100644 --- a/dns/bind914/Makefile +++ b/dns/bind914/Makefile @@ -53,8 +53,6 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --sysconfdir=${ETCDIR} ETCDIR= ${PREFIX}/etc/namedb -CONFLICTS= bind911 bind912 bind13 bind9-devel - .if defined(BIND_TOOLS_SLAVE) CONFIGURE_ARGS+= --disable-shared EXTRA_PATCHES= ${PATCHDIR}/extrapatch-bind-tools @@ -64,6 +62,8 @@ SUB_FILES= pkg-message named.conf EXTRA_PATCHES= ${PATCHDIR}/extrapatch-no-bind-tools PORTDOCS= * + +CONFLICTS= bind911 bind912 bind13 bind9-devel .endif # BIND_TOOLS_SLAVE MAKE_JOBS_UNSAFE= yes |