summaryrefslogtreecommitdiff
path: root/graphics/py-OpenGL
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-26 00:22:29 +0000
committerwiz <wiz@pkgsrc.org>2014-01-26 00:22:29 +0000
commit120a7d2ad90d246ce33308eaa0179ded5e55575c (patch)
tree5086994fc5426f74a41aa294c544d9343f341788 /graphics/py-OpenGL
parent92675569ba48f0c9092f753b3daba7f603e38624 (diff)
downloadpkgsrc-120a7d2ad90d246ce33308eaa0179ded5e55575c.tar.gz
Add missing egg to PLIST (happened during big python-3.x commit, sorry).
Fix interpreter path in installed file. Bump PKGREVISION.
Diffstat (limited to 'graphics/py-OpenGL')
-rw-r--r--graphics/py-OpenGL/Makefile7
-rw-r--r--graphics/py-OpenGL/PLIST3
2 files changed, 7 insertions, 3 deletions
diff --git a/graphics/py-OpenGL/Makefile b/graphics/py-OpenGL/Makefile
index 68c404517e6..4c4a001524b 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 08a00c3cc9a..32e55e17dbc 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}