git: a58a2e4002fd - main - graphics/py-simplejpeg: Add USES=cmake:indirect

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 17 Sep 2024 20:10:56 UTC
The branch main has been updated by yuri:

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

commit a58a2e4002fde810c24c9e0e82ca1ebaa9e4b6df
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-17 20:10:19 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-17 20:10:54 +0000

    graphics/py-simplejpeg: Add USES=cmake:indirect
---
 graphics/py-simplejpeg/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/graphics/py-simplejpeg/Makefile b/graphics/py-simplejpeg/Makefile
index b06da1ed1e81..da562a16c6c7 100644
--- a/graphics/py-simplejpeg/Makefile
+++ b/graphics/py-simplejpeg/Makefile
@@ -12,12 +12,11 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
-		cmake:devel/cmake-core \
 		${PYTHON_PKGNAMEPREFIX}cython3>0:lang/cython3@${PY_FLAVOR} \
 		${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 
-USES=		python
+USES=		cmake:indirect python
 USE_PYTHON=	pep517 autoplist pytest
 
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}