git: f5461d3a4c00 - main - editors/hexer: Remove CC/CPP/CXX exports

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

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

commit f5461d3a4c004737ccb6b17a6c5bd20bcb6edb93
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-29 18:48:00 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-29 19:05:06 +0000

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

diff --git a/editors/hexer/Makefile b/editors/hexer/Makefile
index a5a6b0746576..b0e275db57d2 100644
--- a/editors/hexer/Makefile
+++ b/editors/hexer/Makefile
@@ -26,9 +26,6 @@ MYC_ALL_TARGET=	myc
 
 .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
 USES+=	llvm:max=14
-CC=	clang${LLVM_VERSION}
-CPP=	clang-cpp${LLVM_VERSION}
-CXX=	clang++${LLVM_VERSION}
 .endif
 
 post-install: