summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache>2007-09-24 12:57:04 +0000
committerobache <obache>2007-09-24 12:57:04 +0000
commit44ac8f8e0c18ce5744a8a6207075b452f0d101bb (patch)
treeda0d6fb8c29698720a82a3caa51e470bcc9d885c /sysutils
parent1d90cf7b344a40e76cb7215651b343cb9b931cb0 (diff)
downloadpkgsrc-44ac8f8e0c18ce5744a8a6207075b452f0d101bb.tar.gz
Exactly disable python detection.
Fixes PR 36847.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gamin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gamin/Makefile b/sysutils/gamin/Makefile
index e2139c6747f..0cb8234cb4e 100644
--- a/sysutils/gamin/Makefile
+++ b/sysutils/gamin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/08/05 20:16:46 tnn Exp $
+# $NetBSD: Makefile,v 1.12 2007/09/24 12:57:04 obache Exp $
DISTNAME= gamin-0.1.9
CATEGORIES= sysutils
@@ -17,6 +17,7 @@ CONFIGURE_ARGS+= --enable-debug
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ARGS+= --without-threads
CONFIGURE_ARGS+= --with-html-dir=${DOCDIR:Q}
+CONFIGURE_ARGS+= --without-python
PKG_SYSCONFSUBDIR= gamin
DOCDIR= ${PREFIX}/share/doc/gamin