devel/clazy: Remove CC/CPP/CXX exports

USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2023-09-28 20:52:55 +02:00
parent 8e3b6ba52e
commit 7b35871042
1 changed files with 0 additions and 4 deletions

View File

@ -24,8 +24,4 @@ OPTIONS_DEFINE= DOCS
DOCS_CMAKE_BOOL= CLAZY_MAN_PAGE
CPP= ${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT}
CC= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}
CXX= ${LOCALBASE}/bin/clang++${LLVM_DEFAULT}
.include <bsd.port.mk>