aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2023-07-01 19:35:22 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2023-07-11 06:44:39 +0000
commitb9afe0cae36693331719db58be571e5d32938781 (patch)
treee8e811b2187f219a3a5c5e9f97df2fa9f7a5441a
parentd015f73c8b6d61ff32adf0d9d8d5d5b83231c7b0 (diff)
downloadports-b9afe0cae36693331719db58be571e5d32938781.tar.gz
ports-b9afe0cae36693331719db58be571e5d32938781.zip
net-im/neochat: fix USES
(cherry picked from commit 724762a465c73fad284818b00ef244737beffc1d) PR: 272285 Reported by: yasu@
-rw-r--r--net-im/neochat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile
index 8ff41253bb91..722297cc3ec1 100644
--- a/net-im/neochat/Makefile
+++ b/net-im/neochat/Makefile
@@ -19,7 +19,7 @@ BUILD_DEPENDS= libquotient>=0.6.11:net-im/libquotient \
RUN_DEPENDS= kquickimageeditor>=0.2.0:graphics/kquickimageeditor \
kirigami-addons>=0.6.1:x11-toolkits/kirigami-addons
-USES= cmake compiler:c++17-lang desktop-file-utils gl kde:5 pkgconfig qt:5 tar:xz
+USES= cmake desktop-file-utils gl kde:5 pkgconfig qt:5 tar:xz
USE_GL= gl
USE_QT= concurrent core dbus declarative graphicaleffects gui imageformats \
multimedia network quickcontrols quickcontrols2 \