git: 8a0e673af9de - main - devel/cli: Remove unnecessary part of USES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Mar 2023 08:50:48 UTC
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