diff options
author | drochner <drochner@pkgsrc.org> | 2009-06-18 11:08:18 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-06-18 11:08:18 +0000 |
commit | 3a1f874d5672332d1ae94f7339d8fa1f30c1a2e1 (patch) | |
tree | 21f4edeb6aa4ed19d63d3e99dc51c953014e945b /x11/libxcb | |
parent | f47361f6adbabc4bf49379b6855d079a5a140627 (diff) | |
download | pkgsrc-3a1f874d5672332d1ae94f7339d8fa1f30c1a2e1.tar.gz |
a Python script needed for build contains tons if these ugly
"conditional expressions", so it needs Python-2.5+
Diffstat (limited to 'x11/libxcb')
-rw-r--r-- | x11/libxcb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index e1c154e1b08..6a1bf998abb 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/05/29 09:27:45 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2009/06/18 11:08:18 drochner Exp $ # DISTNAME= libxcb-1.3 @@ -71,6 +71,8 @@ SUBST_MESSAGE.pc= Configuring threading in xcb.pc.in. SUBST_STAGE.pc= pre-configure SUBST_VARS.pc= XTHREADLIB XTHREAD_CPPFLAGS +PYTHON_VERSIONS_ACCEPTED= 26 25 + post-extract: ${CHMOD} -R go-w ${WRKSRC} |