print/dymo-cups-drivers: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
This commit is contained in:
parent
39c7002d55
commit
8e3b6ba52e
1 changed files with 0 additions and 3 deletions
|
@ -23,9 +23,6 @@ WRKSRC= ${WRKDIR}/dymo-cups-drivers-1.4.0.5
|
|||
|
||||
.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>
|
||||
|
|
Loading…
Reference in a new issue