pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-xcbgen Configure checks for python version >= 2.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5e7ac29936d
branches:  trunk
changeset: 394059:f5e7ac29936d
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Thu Jun 04 09:56:20 2009 +0000

description:
Configure checks for python version >= 2.5.

diffstat:

 x11/py-xcbgen/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 74b1d0258140 -r f5e7ac29936d x11/py-xcbgen/Makefile
--- a/x11/py-xcbgen/Makefile    Thu Jun 04 09:31:04 2009 +0000
+++ b/x11/py-xcbgen/Makefile    Thu Jun 04 09:56:20 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/05/29 09:26:30 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2009/06/04 09:56:20 hasso Exp $
 #
 
 DISTNAME=      xcb-proto-1.5
@@ -14,6 +14,8 @@
 CONFLICTS+=    xcb-proto<1.4nb1
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+PYTHON_VERSIONS_ACCEPTED=      26 25
+
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index