From af8508f4b4c412ec2f0a3a83a4966b6546f55dda Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 30 Sep 2023 11:35:07 +0200 Subject: math/asymptote: Remove CC/CPP/CXX exports USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket) --- math/asymptote/Makefile | 3 --- 1 file changed, 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: -- cgit v1.2.3