git: c6a8e6557741 - main - devel/clazy: USES=compiler does not make sense with explicit compiler
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Dec 2022 21:40:55 UTC
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c6a8e65577414d70cc6110336a7d6b8863c1cd92
commit c6a8e65577414d70cc6110336a7d6b8863c1cd92
Author: Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2022-12-07 21:40:25 +0000
Commit: Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2022-12-07 21:40:25 +0000
devel/clazy: USES=compiler does not make sense with explicit compiler
---
devel/clazy/Makefile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/devel/clazy/Makefile b/devel/clazy/Makefile
index a6b372fa12b4..c51f0ae4f33f 100644
--- a/devel/clazy/Makefile
+++ b/devel/clazy/Makefile
@@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING-LGPL2.txt
BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
RUN_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
-USES= cmake compiler:c++17-lang tar:xz
+USES= cmake tar:xz
CMAKE_ARGS= -DLLVM_ROOT=${LOCALBASE}/llvm${LLVM_DEFAULT}
@@ -26,8 +26,6 @@ OPTIONS_DEFINE= DOCS
DOCS_CMAKE_BOOL= CLAZY_MAN_PAGE
-.include <bsd.port.options.mk>
-
CPP= ${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT}
CC= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}
CXX= ${LOCALBASE}/bin/clang++${LLVM_DEFAULT}