Add missing egg to PLIST (happened during big python-3.x commit, sorry).
Fix interpreter path in installed file. Bump PKGREVISION.
This commit is contained in:
parent
783b91a82b
commit
faf4274edb
2 changed files with 7 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue