git: 72f17045d2a0 - main - graphics/drawpile: fully convert to USE_KDE

From: Max Brazhnikov <makc_at_FreeBSD.org>
Date: Thu, 23 Jan 2025 17:11:13 UTC
The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=72f17045d2a01f8bed9b21a9779c58125087c651

commit 72f17045d2a01f8bed9b21a9779c58125087c651
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-01-23 17:08:20 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-01-23 17:08:20 +0000

    graphics/drawpile: fully convert to USE_KDE
    
    No functional changes, KF6 extra-cmake-modules is used always
---
 graphics/drawpile/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/graphics/drawpile/Makefile b/graphics/drawpile/Makefile
index 3e0c87b13898..751dc3d63324 100644
--- a/graphics/drawpile/Makefile
+++ b/graphics/drawpile/Makefile
@@ -10,13 +10,12 @@ WWW=		https://drawpile.net
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf6-extra-cmake-modules
 LIB_DEPENDS=	libsodium.so:security/libsodium
 
 USES=		cargo cmake compiler:c++17-lang desktop-file-utils kde:5 pkgconfig qt:5 shared-mime-info
 USE_QT=		core gui multimedia network sql svg widgets xml \
 		buildtools:build linguisttools:build qmake:build
-USE_KDE=	archive dnssd
+USE_KDE=	archive dnssd ecm:build
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	${PORTNAME:tl}