diff --git a/graphics/py-OpenGL/Makefile b/graphics/py-OpenGL/Makefile index 68c404517e66..4c4a001524b4 100644 --- a/graphics/py-OpenGL/Makefile +++ b/graphics/py-OpenGL/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2014/01/25 10:30:09 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2014/01/26 00:22:29 wiz Exp $ DISTNAME= PyOpenGL-3.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^Py//} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyopengl/} @@ -14,6 +14,9 @@ DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-Numeric +REPLACE_PYTHON+= OpenGL/Tk/__init__.py + +.include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" .include "../../graphics/Mesa/buildlink3.mk" .include "../../math/py-Numeric/buildlink3.mk" diff --git a/graphics/py-OpenGL/PLIST b/graphics/py-OpenGL/PLIST index 08a00c3cc9a6..32e55e17dbc6 100644 --- a/graphics/py-OpenGL/PLIST +++ b/graphics/py-OpenGL/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2010/05/20 11:15:17 drochner Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/01/26 00:22:29 wiz Exp $ ${PYSITELIB}/OpenGL/AGL/__init__.py ${PYSITELIB}/OpenGL/AGL/__init__.pyc ${PYSITELIB}/OpenGL/AGL/__init__.pyo @@ -2618,3 +2618,4 @@ ${PYSITELIB}/OpenGL/version.pyo ${PYSITELIB}/OpenGL/wrapper.py ${PYSITELIB}/OpenGL/wrapper.pyc ${PYSITELIB}/OpenGL/wrapper.pyo +${PYSITELIB}/${EGG_FILE}