git: 7a02016086aa - 2025Q2 - graphics/gwenview: add dependency on Qt-imageformats

From: Max Brazhnikov <makc_at_FreeBSD.org>
Date: Fri, 25 Apr 2025 19:14:34 UTC
The branch 2025Q2 has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7a02016086aabbd5168557c078e21ffb8d38993a

commit 7a02016086aabbd5168557c078e21ffb8d38993a
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-04-25 19:08:27 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-04-25 19:13:36 +0000

    graphics/gwenview: add dependency on Qt-imageformats
    
    to provide support for various image formats.
    
    PR:             286209
    Reported by:    Martin Birgmeier
    
    (cherry picked from commit 514bd916890249c5a2d1c4303acbab1084daa5a1)
---
 graphics/gwenview/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile
index 6a9e7ef270c3..e2a9dd30387b 100644
--- a/graphics/gwenview/Makefile
+++ b/graphics/gwenview/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gwenview
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	graphics kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -25,7 +26,7 @@ USE_KDE=	activities auth baloo bookmarks codecs completion config \
 		purpose service solid sonnet textwidgets widgetsaddons \
 		windowsystem xmlgui \
 		ecm:build
-USE_QT=		base
+USE_QT=		base imageformats:run
 USE_XORG=	x11
 
 OPTIONS_DEFINE=	DOCS