git: 5ca2270159ba - main - graphics/opendx: Remove CC/CPP/CXX exports

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=5ca2270159bada613f5c48cd1f3b666db0a72841

commit 5ca2270159bada613f5c48cd1f3b666db0a72841
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-29 21:49:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-29 23:20:54 +0000

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

diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index dde4473f5487..32f0bb43e5f8 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -74,9 +74,6 @@ PLIST_SUB+=	UNAMEP=${ARCH}
 
 .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+=	ac_cv_requires_lstdcxx=yes
 CFLAGS+=	-Wno-error=incompatible-function-pointer-types
 .endif