aboutsummaryrefslogtreecommitdiff
path: root/net-im/kaccounts-integration
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 10:23:25 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 11:01:21 +0000
commitd7a3c9f3abe4e8a8ec539ee525bee9487974401b (patch)
tree190b3d0ec7b0a11397696c638035162b5beab67b /net-im/kaccounts-integration
parent75377ca307312051a9eb305c2f27f0daa684b966 (diff)
downloadports-d7a3c9f3abe4e8a8ec539ee525bee9487974401b.tar.gz
ports-d7a3c9f3abe4e8a8ec539ee525bee9487974401b.zip
net-im/kaccounts-integration: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those Approved by: portmgr (blanket)
Diffstat (limited to 'net-im/kaccounts-integration')
-rw-r--r--net-im/kaccounts-integration/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net-im/kaccounts-integration/Makefile b/net-im/kaccounts-integration/Makefile
index b053ecec0d78..98f4de76d94e 100644
--- a/net-im/kaccounts-integration/Makefile
+++ b/net-im/kaccounts-integration/Makefile
@@ -25,7 +25,6 @@ USE_QT= concurrent core dbus declarative gui network widgets xml \
.include <bsd.port.options.mk>
.if ${ARCH:Mpowerpc*} && ${OSVERSION} < 1400092
-CXX= clang++${LLVM_VERSION}
USES+= llvm:min=16
.endif