mirror of https://git.FreeBSD.org/ports.git
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:
parent
8e3b6ba52e
commit
7b35871042
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue