Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2012 13:20:03 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306119 - head/dns/bind99
Message-ID:  <201210191320.q9JDK3UM099284@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210191320.q9JDK3UM099284>