pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/accelerator3d



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 21 07:15:40 UTC 2016

Modified Files:
        pkgsrc/games/accelerator3d: Makefile

Log Message:
py-OpenGL now supports Python 3.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/accelerator3d/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/accelerator3d/Makefile
diff -u pkgsrc/games/accelerator3d/Makefile:1.1 pkgsrc/games/accelerator3d/Makefile:1.2
--- pkgsrc/games/accelerator3d/Makefile:1.1     Sun Jul 24 02:34:32 2016
+++ pkgsrc/games/accelerator3d/Makefile Sun Aug 21 07:15:40 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/07/24 02:34:32 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/21 07:15:40 wiz Exp $
 
 DISTNAME=      accelerator-0.1.1
 PKGNAME=       ${DISTNAME:S/accelerator/accelerator3d/}
@@ -19,7 +19,6 @@ DEPENDS+=     ${PYPKGPREFIX}-ode-[0-9]*:../.
 DEPENDS+=      ${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
 
 REPLACE_PYTHON+=               accelerator.py
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # py-Numeric via py-OpenGL
 
 NO_BUILD=      yes
 



Home | Main Index | Thread Index | Old Index