diff options
author | obache <obache@pkgsrc.org> | 2011-06-14 11:17:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-06-14 11:17:56 +0000 |
commit | a35d22c5ff990c2ded11aad5d15e74006cf3b62b (patch) | |
tree | 6260be68ac2c440e1d47d3f9d99e4a67264f0b62 /graphics/py-OpenGL | |
parent | e95e2e08b16dcacf1285ae8c4d21e8f525aa9e8d (diff) | |
download | pkgsrc-a35d22c5ff990c2ded11aad5d15e74006cf3b62b.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/Makefile | 6 |
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" |