diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-06-06 18:37:22 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-06-06 18:37:22 +0000 |
commit | 00fd54141fd76792e346458dc11d48ad01d0c7dc (patch) | |
tree | 1940dfa94c86533a5ebc984e21a9f929c7478b38 /devel | |
parent | 7704e07f358999a1273d4f4a21a226089c64080a (diff) | |
download | pkgsrc-00fd54141fd76792e346458dc11d48ad01d0c7dc.tar.gz |
There is no need to set PYTHON to false in the configure environment, since
we already skip the checks from within patch-aa.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libglade2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index 266136d4750..85fa1b2e660 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -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 @@ GNU_CONFIGURE= YES 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 |