git: c4568be8ae78 - main - graphics/xzgv: Add dependency on gdkpixbufextra

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Sun, 30 Mar 2025 12:35:48 UTC
The branch main has been updated by vvd:

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

commit c4568be8ae7888b28fd38005658a84b5f7f61a8e
Author:     Martin Neubauer <m.ne@gmx.net>
AuthorDate: 2025-03-30 11:10:26 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-03-30 12:33:37 +0000

    graphics/xzgv: Add dependency on gdkpixbufextra
    
    Add run-time dependency on graphics/gdkpixbufextra to fix crashes on
    startup.
    
    While here replace PORTVERSION with DISTVERSION.
    
    PR:     285740
---
 graphics/xzgv/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile
index 312b81e51a30..d75c4c57953d 100644
--- a/graphics/xzgv/Makefile
+++ b/graphics/xzgv/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xzgv
-PORTVERSION=	0.9.2
-PORTREVISION=	2
+DISTVERSION=	0.9.2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libexif.so:graphics/libexif \
 		libfontconfig.so:x11-fonts/fontconfig
 
 USES=		cpe gmake gnome pkgconfig xorg
-USE_GNOME=	cairo gdkpixbuf gtk20
+USE_GNOME=	cairo gdkpixbufextra:run gtk20
 USE_XORG=	x11
 
 LDFLAGS+=	-L${LOCALBASE}/lib -lX11 -lm