Date: Wed, 15 Mar 2023 08:50:48 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: 8a0e673af9de - main - devel/cli: Remove unnecessary part of USES Message-ID: <202303150850.32F8omhi077751@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=8a0e673af9de4b5559f5ae605cb3660e4686f4ae commit 8a0e673af9de4b5559f5ae605cb3660e4686f4ae Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-03-15 08:33:11 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-03-15 08:50:44 +0000 devel/cli: Remove unnecessary part of USES --- devel/cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/cli/Makefile b/devel/cli/Makefile index 21436090c8f7..2a841bb0764d 100644 --- a/devel/cli/Makefile +++ b/devel/cli/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/include/asio/version.hpp:net/asio \ ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs -USES= cmake:testing compiler:c++11-lang python:build +USES= cmake:testing compiler:c++11-lang CMAKE_TESTING_ON= CLI_BuildTests
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303150850.32F8omhi077751>