pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-game Allow to build with Python>=2.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/38dcdf4b00dc
branches: trunk
changeset: 497128:38dcdf4b00dc
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Jul 20 20:38:28 2005 +0000
description:
Allow to build with Python>=2.4.
diffstat:
devel/py-game/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2eb85cd9951c -r 38dcdf4b00dc devel/py-game/Makefile
--- a/devel/py-game/Makefile Wed Jul 20 20:11:53 2005 +0000
+++ b/devel/py-game/Makefile Wed Jul 20 20:38:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/07/20 19:39:42 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2005/07/20 20:38:28 minskim Exp $
#
DISTNAME= pygame-1.6
@@ -13,7 +13,7 @@
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 23 22
+PYTHON_VERSIONS_INCOMPATIBLE= 21 20 15
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL_ttf/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index