git: 585b5983c2a3 - main - graphics/py-glcontext: explicitly add setuptools to BUILD_DEPENDS

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Wed, 29 Mar 2023 01:17:23 UTC
The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=585b5983c2a3a00fd73c45c0485df847139e02b4

commit 585b5983c2a3a00fd73c45c0485df847139e02b4
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2023-03-29 01:13:41 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2023-03-29 01:13:41 +0000

    graphics/py-glcontext: explicitly add setuptools to BUILD_DEPENDS
    
    PR: 270243
---
 graphics/py-glcontext/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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