Skip to content

Commit

Permalink
japanese/Wnn7-lib: Remove CC/CPP/CXX exports
Browse files Browse the repository at this point in the history
USES=llvm now by default exports CC/CPP/CXX so remove those

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Sep 29, 2023
1 parent 5ca2270 commit a4eb6fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions japanese/Wnn7-lib/Makefile
Expand Up @@ -21,9 +21,6 @@ OPTIONS_DEFINE= DOCS

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=14
CC= clang${LLVM_VERSION}
CPP= clang-cpp${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
.endif

post-patch:
Expand Down

0 comments on commit a4eb6fa

Please sign in to comment.