From 3a1f874d5672332d1ae94f7339d8fa1f30c1a2e1 Mon Sep 17 00:00:00 2001 From: drochner Date: Thu, 18 Jun 2009 11:08:18 +0000 Subject: a Python script needed for build contains tons if these ugly "conditional expressions", so it needs Python-2.5+ --- x11/libxcb/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11/libxcb') 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} -- cgit v1.2.3