Skip to content

Commit

Permalink
print/dymo-cups-drivers: 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
  • Loading branch information
5u623l20 committed Sep 28, 2023
1 parent 39c7002 commit 8e3b6ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions print/dymo-cups-drivers/Makefile
Expand Up @@ -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>

0 comments on commit 8e3b6ba

Please sign in to comment.