Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2024 08:37:59 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: 31454ac364c5 - main - textproc/crow-translate: Fix build with KF6
Message-ID:  <202407200837.46K8bxH8001985@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=31454ac364c508eedd5d0cd4395f42fa75a887a9

commit 31454ac364c508eedd5d0cd4395f42fa75a887a9
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-07-20 08:36:15 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-07-20 08:37:55 +0000

    textproc/crow-translate: Fix build with KF6
    
    PR:             280070
---
 textproc/crow-translate/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/textproc/crow-translate/Makefile b/textproc/crow-translate/Makefile
index 172e9aea476b..f35e664c4330 100644
--- a/textproc/crow-translate/Makefile
+++ b/textproc/crow-translate/Makefile
@@ -9,7 +9,7 @@ WWW=		https://crow-translate.github.io/
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmake-modules
+BUILD_DEPENDS=	${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf6-extra-cmake-modules
 LIB_DEPENDS=	libleptonica.so:graphics/leptonica \
 		libtesseract.so:graphics/tesseract
 
@@ -24,7 +24,7 @@ GH_TUPLE=	HatScripts:circle-flags:1c186db:circleflags/data/icons/third-party/cir
 		itay-grudev:SingleApplication:aede311:singleapplication/src/third-party/singleapplication
 USE_KDE=	wayland
 USE_QT=		concurrent core dbus gui multimedia network svg widgets \
-		x11extras buildtools:build qmake:build
+		x11extras buildtools:build linguisttools:build qmake:build
 USE_XORG=	ice sm x11 xcb xext
 
 post-patch:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407200837.46K8bxH8001985>