git: 8e3b6ba52e72 - main - print/dymo-cups-drivers: Remove CC/CPP/CXX exports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Sep 2023 18:56:42 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e3b6ba52e721ca62775a99a2d62e83aa6f5efe8 commit 8e3b6ba52e721ca62775a99a2d62e83aa6f5efe8 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-09-28 18:48:48 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-28 18:56:26 +0000 print/dymo-cups-drivers: Remove CC/CPP/CXX exports USES=llvm now by default exports CC/CPP/CXX so remove those --- print/dymo-cups-drivers/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/print/dymo-cups-drivers/Makefile b/print/dymo-cups-drivers/Makefile index 9fb95e67bec1..ce784fd986b4 100644 --- a/print/dymo-cups-drivers/Makefile +++ b/print/dymo-cups-drivers/Makefile @@ -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>