pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/gamin Exactly disable python detection.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70add1dc7f86
branches:  trunk
changeset: 533690:70add1dc7f86
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Sep 24 12:57:04 2007 +0000

description:
Exactly disable python detection.
Fixes PR 36847.

diffstat:

 sysutils/gamin/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 773f65ed4e41 -r 70add1dc7f86 sysutils/gamin/Makefile
--- a/sysutils/gamin/Makefile   Mon Sep 24 08:03:53 2007 +0000
+++ b/sysutils/gamin/Makefile   Mon Sep 24 12:57:04 2007 +0000
@@ -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+=       --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



Home | Main Index | Thread Index | Old Index