summaryrefslogtreecommitdiff
path: root/graphics/py-OpenGL
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-06-14 11:17:56 +0000
committerobache <obache@pkgsrc.org>2011-06-14 11:17:56 +0000
commit7d1689eef9873d5ed48ab0e28e1863f3eabe1e75 (patch)
tree6260be68ac2c440e1d47d3f9d99e4a67264f0b62 /graphics/py-OpenGL
parent5392f63a831c4e880e235059c9c95982899db3ba (diff)
downloadpkgsrc-7d1689eef9873d5ed48ab0e28e1863f3eabe1e75.tar.gz
also accept python27 and 26, from comments, just require builtin ctype.
Diffstat (limited to 'graphics/py-OpenGL')
-rw-r--r--graphics/py-OpenGL/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-OpenGL/Makefile b/graphics/py-OpenGL/Makefile
index 1d30e36e912..aec114800b0 100644
--- a/graphics/py-OpenGL/Makefile
+++ b/graphics/py-OpenGL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2010/11/01 00:08:11 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2011/06/14 11:17:56 obache Exp $
#
DISTNAME= PyOpenGL-3.0.1
@@ -15,8 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
#PY_PATCHPLIST= YES
-# XXX devel/py-ctypes doesn't work, Python-2.5's builtin ctypes is OK
-PYTHON_VERSIONS_ACCEPTED= 25
+# XXX devel/py-ctypes doesn't work, Python>=2.5's builtin ctypes is OK
+PYTHON_VERSIONS_ACCEPTED= 27 26 25
#.include "../../lang/python/egg.mk"
.include "../../lang/python/extension.mk"