Skip to content

Commit

Permalink
cad/calculix: 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 28, 2023
1 parent b12039a commit 39c7002
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cad/calculix/Makefile
Expand Up @@ -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>
Expand Down

0 comments on commit 39c7002

Please sign in to comment.