diff options
-rw-r--r-- | math/asymptote/Makefile | 3 |
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: |