cad/calculix: 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:27:18 +02:00
parent b12039a60a
commit 39c7002d55
1 changed files with 0 additions and 3 deletions

View File

@ -43,9 +43,6 @@ PSVIEWER?= gv
.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
.include <bsd.port.pre.mk>