pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libglade2 There is no need to set PYTHON to fals...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61b80d3a1009
branches:  trunk
changeset: 495307:61b80d3a1009
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Jun 06 18:37:22 2005 +0000

description:
There is no need to set PYTHON to false in the configure environment, since
we already skip the checks from within patch-aa.

diffstat:

 devel/libglade2/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 08df3d623a9f -r 61b80d3a1009 devel/libglade2/Makefile
--- a/devel/libglade2/Makefile  Mon Jun 06 17:25:57 2005 +0000
+++ b/devel/libglade2/Makefile  Mon Jun 06 18:37:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2005/06/01 18:02:44 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2005/06/06 18:37:22 jmmv Exp $
 #
 
 DISTNAME=              libglade-2.5.1
@@ -18,7 +18,6 @@
 USE_LIBTOOL=           YES
 PKGCONFIG_OVERRIDE=    libglade-2.0.pc.in
 
-CONFIGURE_ENV+=                PYTHON=${FALSE}
 CONFIGURE_ARGS+=       --with-html-dir="${PREFIX}/share/doc/html"
 CONFIGURE_ARGS+=       --without-xml-catalog
 



Home | Main Index | Thread Index | Old Index