svn commit: r306119 - head/dns/bind99

Erwin Lansing erwin at FreeBSD.org
Fri Oct 19 13:20:03 UTC 2012


Author: erwin
Date: Fri Oct 19 13:20:02 2012
New Revision: 306119
URL: http://svn.freebsd.org/changeset/ports/306119

Log:
  Force python off to disable build time detection of python.
  
  Submitted by:	zeising
  Feature safe:	yes

Modified:
  head/dns/bind99/Makefile

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Fri Oct 19 12:59:45 2012	(r306118)
+++ head/dns/bind99/Makefile	Fri Oct 19 13:20:02 2012	(r306119)
@@ -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.*
 


More information about the svn-ports-all mailing list