aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 20:05:17 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-29 23:20:54 +0000
commit265d0864ce640fb30727b4e2174f517a71a3649e (patch)
tree7633dd6fad3f50f00b322161328587d1a91b78cc
parent0b4782163a465b976de41ff52a2b04030693b9ae (diff)
downloadports-265d0864ce640fb30727b4e2174f517a71a3649e.tar.gz
ports-265d0864ce640fb30727b4e2174f517a71a3649e.zip
net-im/quaternion: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket)
-rw-r--r--net-im/quaternion/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/net-im/quaternion/Makefile b/net-im/quaternion/Makefile
index e42011a7400f..075affee62bb 100644
--- a/net-im/quaternion/Makefile
+++ b/net-im/quaternion/Makefile
@@ -34,9 +34,6 @@ GH_TAGNAME= 447d8ec4f990499fb589a37b7e8eae8c6781cadc
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
USES+= llvm:max=15
-CPP= clang-cpp${LLVM_VERSION}
-CC= clang${LLVM_VERSION}
-CXX= clang++${LLVM_VERSION}
.endif
.include <bsd.port.mk>