aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-28 18:48:48 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-28 18:56:26 +0000
commit8e3b6ba52e721ca62775a99a2d62e83aa6f5efe8 (patch)
tree600843f4e06a2052299ba92b0b65bada21a888db
parent39c7002d559022b782b1eed3936af006ae068acb (diff)
downloadports-8e3b6ba52e721ca62775a99a2d62e83aa6f5efe8.tar.gz
ports-8e3b6ba52e721ca62775a99a2d62e83aa6f5efe8.zip
print/dymo-cups-drivers: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
-rw-r--r--print/dymo-cups-drivers/Makefile3
1 files changed, 0 insertions, 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>