From 5ed5b0510fd2fe5a0135eccdbafe15babe3ab81c Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 7 Nov 2019 21:44:44 +0000 Subject: [PATCH] - Limit python version (does not build with 3.7+) Approved by: portmgr blanket --- graphics/py-PyOpenGL-accelerate/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/py-PyOpenGL-accelerate/Makefile b/graphics/py-PyOpenGL-accelerate/Makefile index d74809c9bcf3..05dfa319e2e1 100644 --- a/graphics/py-PyOpenGL-accelerate/Makefile +++ b/graphics/py-PyOpenGL-accelerate/Makefile @@ -18,6 +18,6 @@ BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} USE_PYTHON= autoplist distutils cython -USES= python +USES= python:-3.6 .include