Date: Mon, 29 Jul 2024 12:46:22 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 3a27e43ee313 - main - devel/py-awscrt: Convert to USES=cmake:indirect Message-ID: <202407291246.46TCkMkv009945@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3a27e43ee3137cd2e8d3ae0f1fdf8b7e3ff8944f commit 3a27e43ee3137cd2e8d3ae0f1fdf8b7e3ff8944f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-29 12:39:31 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-29 12:39:31 +0000 devel/py-awscrt: Convert to USES=cmake:indirect --- devel/py-awscrt/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/py-awscrt/Makefile b/devel/py-awscrt/Makefile index efff37ae911f..281be8482c91 100644 --- a/devel/py-awscrt/Makefile +++ b/devel/py-awscrt/Makefile @@ -11,11 +11,10 @@ WWW= https://github.com/awslabs/aws-crt-python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= cmake:devel/cmake-core \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -USES= python ssl +USES= cmake:indirect python ssl USE_PYTHON= autoplist concurrent pep517 MAKE_ENV= AWS_CRT_BUILD_USE_SYSTEM_LIBCRYPTO=1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407291246.46TCkMkv009945>