emulators/uae: Remove CC/CPP/CXX exports

USES=llvm now by default exports CC/CPP/CXX so remove those

Approved by:	portmgr (blanket)
2023Q4
Muhammad Moinur Rahman 2023-09-29 21:13:10 +02:00
parent 26c57ed486
commit 6381061b9b
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ OPTIONS_DEFINE= DOCS
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=15
CC= clang${LLVM_VERSION}
CPP= clang-cpp${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
.endif
post-patch: