Skip to content

Commit

Permalink
sysutils/bareos21-server: 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 d6ab9d0 commit 209ecdb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sysutils/bareos21-server/Makefile
Expand Up @@ -235,9 +235,6 @@ post-install:

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

.include <bsd.port.mk>

0 comments on commit 209ecdb

Please sign in to comment.