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 11:30:45 UTC 2016

Modified Files:
        pkgsrc/games/accelerator3d: Makefile

Log Message:
Not ready for python-3.x due to py-ode dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/games/accelerator3d/Makefile:1.3
--- pkgsrc/games/accelerator3d/Makefile:1.2     Sun Aug 21 07:15:40 2016
+++ pkgsrc/games/accelerator3d/Makefile Sun Aug 21 11:30:45 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/08/21 07:15:40 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/21 11:30:45 wiz Exp $
 
 DISTNAME=      accelerator-0.1.1
 PKGNAME=       ${DISTNAME:S/accelerator/accelerator3d/}
@@ -18,6 +18,8 @@ DEPENDS+=     ${PYPKGPREFIX}-game-[0-9]*:../
 DEPENDS+=      ${PYPKGPREFIX}-ode-[0-9]*:../../devel/py-ode
 DEPENDS+=      ${PYPKGPREFIX}-OpenGL-[0-9]*:../../graphics/py-OpenGL
 
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # py-ode
+
 REPLACE_PYTHON+=               accelerator.py
 
 NO_BUILD=      yes



Home | Main Index | Thread Index | Old Index