summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2012-11-08 16:01:51 +0000
committertron <tron@pkgsrc.org>2012-11-08 16:01:51 +0000
commit3f7e889e996f439668f542b8270b40ffbb67ccb7 (patch)
tree3c44f3a95991f217e88f60a6010a81261762294b /net
parent100f1d4e03dc391db1c1d596d67d201cd31449b3 (diff)
downloadpkgsrc-3f7e889e996f439668f542b8270b40ffbb67ccb7.tar.gz
Explicitly disable Python support. This fixes build problems e.g. if the
"pkg_alternatives" package is installed and a binary called "python" is available.
Diffstat (limited to 'net')
-rw-r--r--net/bind99/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile
index 7123d7efd26..cd1d7bfb53f 100644
--- a/net/bind99/Makefile
+++ b/net/bind99/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/10/23 17:18:11 asau Exp $
+# $NetBSD: Makefile,v 1.16 2012/11/08 16:01:51 tron Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --sysconfdir=/etc
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --disable-openssl-version-check
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
+CONFIGURE_ARGS+= --with-python=no
.if ${MACHINE_PLATFORM:MNetBSD-*-mipsel} != ""
CONFIGURE_ARGS+= --disable-atomic
.endif