Date: Mon, 15 Jul 2024 08:33:04 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ffda5d8879dc - main - x11/antimicrox: Fix build with KF6 Message-ID: <202407150833.46F8X4VU051565@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=ffda5d8879dc80b8a28a2a7f8235c20300790588 commit ffda5d8879dc80b8a28a2a7f8235c20300790588 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-07-15 08:32:05 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-07-15 08:32:05 +0000 x11/antimicrox: Fix build with KF6 PR: 280070 --- x11/antimicrox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/antimicrox/Makefile b/x11/antimicrox/Makefile index 18e8c0d39230..3ca565ccd221 100644 --- a/x11/antimicrox/Makefile +++ b/x11/antimicrox/Makefile @@ -17,7 +17,7 @@ USES= cmake desktop-file-utils kde:5 pkgconfig qt:5 sdl \ USE_GITHUB= yes GH_ACCOUNT= AntimicroX USE_KDE= ecm -USE_QT= concurrent core gui widgets buildtools:build qmake:build +USE_QT= concurrent core gui linguist widgets buildtools:build qmake:build USE_SDL= sdl2 USE_XORG= x11 xi xtst
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407150833.46F8X4VU051565>