svn commit: r517017 - head/graphics/py-PyOpenGL-accelerate

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 7 21:44:45 UTC 2019


Author: amdmi3
Date: Thu Nov  7 21:44:44 2019
New Revision: 517017
URL: https://svnweb.freebsd.org/changeset/ports/517017

Log:
  - Limit python version (does not build with 3.7+)
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/py-PyOpenGL-accelerate/Makefile

Modified: head/graphics/py-PyOpenGL-accelerate/Makefile
==============================================================================
--- head/graphics/py-PyOpenGL-accelerate/Makefile	Thu Nov  7 21:44:02 2019	(r517016)
+++ head/graphics/py-PyOpenGL-accelerate/Makefile	Thu Nov  7 21:44:44 2019	(r517017)
@@ -18,6 +18,6 @@ BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYNUMPY}
 
 USE_PYTHON=	autoplist distutils cython
-USES=		python
+USES=		python:-3.6
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list