Date: Tue, 17 Sep 2024 20:10:56 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a58a2e4002fd - main - graphics/py-simplejpeg: Add USES=cmake:indirect Message-ID: <202409172010.48HKAuUH003848@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409172010.48HKAuUH003848>