aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 09:35:07 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 11:01:20 +0000
commitaf8508f4b4c412ec2f0a3a83a4966b6546f55dda (patch)
tree09cc1476b49054db1dcf0a0a0397073b9849dc44
parentcb641aa921a99a7d8e13d2e31e89c4c7b3b50be1 (diff)
downloadports-af8508f4b4c412ec2f0a3a83a4966b6546f55dda.tar.gz
ports-af8508f4b4c412ec2f0a3a83a4966b6546f55dda.zip
math/asymptote: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket)
-rw-r--r--math/asymptote/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile
index 2bf1ed3b2d9e..645ab4242da4 100644
--- a/math/asymptote/Makefile
+++ b/math/asymptote/Makefile
@@ -86,9 +86,6 @@ PORTEXAMPLES= *
.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
post-patch: