diff options
-rw-r--r-- | dns/bind99/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index e8f04ec64c56..ae93e66346bd 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -20,7 +20,8 @@ MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --disable-symtable \ - --with-randomdev=/dev/random + --with-randomdev=/dev/random \ + --without-python CONFLICTS= bind9*-9.[45678].* bind9-sdb-* host-* bind-tools-9.* |