diff options
author | erwin <erwin@FreeBSD.org> | 2012-10-19 21:20:02 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2012-10-19 21:20:02 +0800 |
commit | 96eb35f27305000aafc9d4ab50702f9ae171b48b (patch) | |
tree | 9d6a17bbbe7a5ea731fa9dead3280659538224ad | |
parent | 4b105502776706ed1ba75f3b4a1fb9ebcc8c0441 (diff) | |
download | freebsd-ports-gnome-96eb35f27305000aafc9d4ab50702f9ae171b48b.tar.gz freebsd-ports-gnome-96eb35f27305000aafc9d4ab50702f9ae171b48b.tar.zst freebsd-ports-gnome-96eb35f27305000aafc9d4ab50702f9ae171b48b.zip |
Force python off to disable build time detection of python.
Submitted by: zeising
Feature safe: yes
-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.* |