aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2023-03-29 01:13:41 +0000
committerCharlie Li <vishwin@FreeBSD.org>2023-03-29 01:13:41 +0000
commit585b5983c2a3a00fd73c45c0485df847139e02b4 (patch)
tree22135eecfdb8780f452ce18ff18ff256ba8357e7
parent7e23df79aa323fceacdeefa1edf0fc7397647512 (diff)
downloadports-585b5983c2a3a00fd73c45c0485df847139e02b4.tar.gz
ports-585b5983c2a3a00fd73c45c0485df847139e02b4.zip
graphics/py-glcontext: explicitly add setuptools to BUILD_DEPENDS
PR: 270243
-rw-r--r--graphics/py-glcontext/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-glcontext/Makefile b/graphics/py-glcontext/Makefile
index a208bdab9399..d05866fa79bd 100644
--- a/graphics/py-glcontext/Makefile
+++ b/graphics/py-glcontext/Makefile
@@ -11,7 +11,8 @@ WWW= https://github.com/moderngl/glcontext
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= localbase python xorg
USE_PYTHON= pep517 autoplist pytest