git: 4eb5d0c15f45 - main - lang/spidermonkey91: Remove CC/CPP/CXX exports

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 29 Sep 2023 23:21:08 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4eb5d0c15f45a5e54f9d24f568f5d8311b6de63b

commit 4eb5d0c15f45a5e54f9d24f568f5d8311b6de63b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-29 22:07:24 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-29 23:20:55 +0000

    lang/spidermonkey91: Remove CC/CPP/CXX exports
    
    USES=llvm now by default exports CC/CPP/CXX so remove those
    
    Approved by:    portmgr (blanket)
---
 lang/spidermonkey91/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lang/spidermonkey91/Makefile b/lang/spidermonkey91/Makefile
index b55da8f2254d..8ad5e8aac120 100644
--- a/lang/spidermonkey91/Makefile
+++ b/lang/spidermonkey91/Makefile
@@ -56,9 +56,6 @@ PLIST_SUB=	SP_VER=${SP_VER}
 
 .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}
 CONFIGURE_ENV+=	LLVM_CONFIG=llvm-config${LLVM_VERSION} \
 		LLVM_OBJDUMP=llvm-objdump${LLVM_VERSION}
 .endif