summaryrefslogtreecommitdiff
path: root/devel/py-game
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-07-20 20:38:28 +0000
committerminskim <minskim@pkgsrc.org>2005-07-20 20:38:28 +0000
commit75f0ee08198b74ef6c06c1140750dae0823fb509 (patch)
tree9c4dc6f03a05c0cf1791ea9b11665a700b145d05 /devel/py-game
parenta3ff59b1b28fbde71ef2d7c2beae76207f9b442e (diff)
downloadpkgsrc-75f0ee08198b74ef6c06c1140750dae0823fb509.tar.gz
Allow to build with Python>=2.4.
Diffstat (limited to 'devel/py-game')
-rw-r--r--devel/py-game/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-game/Makefile b/devel/py-game/Makefile
index 3c69161e8c6..c383e222d92 100644
--- a/devel/py-game/Makefile
+++ b/devel/py-game/Makefile
@@ -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 @@ COMMENT= Set of Python modules designed for writing games
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"