aboutsummaryrefslogtreecommitdiff
path: root/editors/hexer
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 18:48:00 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 19:05:06 +0000
commitf5461d3a4c004737ccb6b17a6c5bd20bcb6edb93 (patch)
treecdc1a49e684d1b642c6d280016a39d5aed13e040 /editors/hexer
parent7553600dc9b93394640e15a410fcc0dadfe4150f (diff)
downloadports-f5461d3a4c004737ccb6b17a6c5bd20bcb6edb93.tar.gz
ports-f5461d3a4c004737ccb6b17a6c5bd20bcb6edb93.zip
editors/hexer: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket)
Diffstat (limited to 'editors/hexer')
-rw-r--r--editors/hexer/Makefile3
1 files changed, 0 insertions, 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: