From f0710155126942cc75100eb63aef405c5770668b Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 25 Jul 2024 05:17:33 +0800 Subject: [PATCH] graphics/py-PyOpenGL-accelerate: Remove PY_SETUPTOOLS py-setuptools should be used rather than PY_SETUPTOOLS --- graphics/py-PyOpenGL-accelerate/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/py-PyOpenGL-accelerate/Makefile b/graphics/py-PyOpenGL-accelerate/Makefile index b67d8fbe7242..4663ec14f3b1 100644 --- a/graphics/py-PyOpenGL-accelerate/Makefile +++ b/graphics/py-PyOpenGL-accelerate/Makefile @@ -12,12 +12,12 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ - ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=42.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist cython pep517 +USE_PYTHON= autoplist concurrent cython pep517 CFLAGS= -Wno-int-conversion