aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 21:51:40 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 23:20:54 +0000
commita4eb6fa39a1c6eb72af01ef6d4ddf7c46046d606 (patch)
treee788b585d8833cbb808a6aa29fa73112c3bd87bd
parent5ca2270159bada613f5c48cd1f3b666db0a72841 (diff)
downloadports-a4eb6fa39a1c6eb72af01ef6d4ddf7c46046d606.tar.gz
ports-a4eb6fa39a1c6eb72af01ef6d4ddf7c46046d606.zip
japanese/Wnn7-lib: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket)
-rw-r--r--japanese/Wnn7-lib/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/japanese/Wnn7-lib/Makefile b/japanese/Wnn7-lib/Makefile
index 807d9a29d55e..7d34993aea16 100644
--- a/japanese/Wnn7-lib/Makefile
+++ b/japanese/Wnn7-lib/Makefile
@@ -21,9 +21,6 @@ OPTIONS_DEFINE= DOCS
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=14
-CC= clang${LLVM_VERSION}
-CPP= clang-cpp${LLVM_VERSION}
-CXX= clang++${LLVM_VERSION}
.endif
post-patch: