git: b9afe0cae366 - 2023Q3 - net-im/neochat: fix USES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jul 2023 06:45:47 UTC
The branch 2023Q3 has been updated by meta: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9afe0cae36693331719db58be571e5d32938781 commit b9afe0cae36693331719db58be571e5d32938781 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-07-01 19:35:22 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2023-07-11 06:44:39 +0000 net-im/neochat: fix USES (cherry picked from commit 724762a465c73fad284818b00ef244737beffc1d) PR: 272285 Reported by: yasu@ --- net-im/neochat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \