diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-16 15:09:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-16 15:09:40 +0000 |
commit | 4f562a3d0e91bed5ff7743e1bcae9af07a7fe7c9 (patch) | |
tree | 71e3bb8a5be999872a04cb8cb2cc2b1aa2fb1d82 | |
parent | 7046d5240a0e4f0b625f80efc14e43d7d02d9fc3 (diff) | |
download | pkgsrc-4f562a3d0e91bed5ff7743e1bcae9af07a7fe7c9.tar.gz |
py-setuptools is only available for 2.4 and ctypes for 2.3+, restrict
accordingly.
-rw-r--r-- | graphics/py-OpenGL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-OpenGL/Makefile b/graphics/py-OpenGL/Makefile index bd771fccbd9..e0077dfdd62 100644 --- a/graphics/py-OpenGL/Makefile +++ b/graphics/py-OpenGL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/07/13 15:06:09 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2007/07/16 15:09:40 joerg Exp $ # DISTNAME= PyOpenGL-3.0.0a6 @@ -10,6 +10,7 @@ MAINTAINER= cube@cubidou.net HOMEPAGE= http://pyopengl.sourceforge.net/ COMMENT= Pyhton bindings for OpenGL +PYTHON_VERSIONS_ACCEPTED= 24 PYDISTUTILSPKG= YES PY_PATCHPLIST= YES |