diff options
author | obache <obache@pkgsrc.org> | 2007-09-24 12:57:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-09-24 12:57:04 +0000 |
commit | c244763221c99c9893902ef005fdc668d52fcb93 (patch) | |
tree | da0d6fb8c29698720a82a3caa51e470bcc9d885c /sysutils | |
parent | ae594f477438220a186fec8eb4ce82cb5e6b132d (diff) | |
download | pkgsrc-c244763221c99c9893902ef005fdc668d52fcb93.tar.gz |
Exactly disable python detection.
Fixes PR 36847.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gamin/Makefile | 3 |
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 |