Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2025 17:11:13 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 72f17045d2a0 - main - graphics/drawpile: fully convert to USE_KDE
Message-ID:  <202501231711.50NHBDH6095146@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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