Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2019 21:44:44 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517017 - head/graphics/py-PyOpenGL-accelerate
Message-ID:  <201911072144.xA7Lii7f008824@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911072144.xA7Lii7f008824>