git: 3d8852483c24 - main - textproc/libfo: fix wrong dependency on gtk20

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Wed, 01 Feb 2023 13:31:40 UTC
The branch main has been updated by bapt:

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

commit 3d8852483c2485abd9c7e3ff408f23465e972b8e
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-02-01 13:26:38 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-02-01 13:31:37 +0000

    textproc/libfo: fix wrong dependency on gtk20
    
    This port actually only depend on gdkpixbuf2
---
 textproc/libfo/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/textproc/libfo/Makefile b/textproc/libfo/Makefile
index 28d08f5b24e5..0ff59a7d58c4 100644
--- a/textproc/libfo/Makefile
+++ b/textproc/libfo/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	libfo
 PORTVERSION=	0.6.3
 DISTVERSIONPREFIX=	v
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 
 MAINTAINER=	hrs@FreeBSD.org
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libcairo.so:graphics/cairo \
 CONFLICTS_INSTALL=	xmlroff-0.6.[12] xmlroff-0.6.2_[12345]
 
 USES=		autoreconf gettext gmake gnome localbase libtool pathfix pkgconfig
-USE_GNOME=	libxslt libxml2 gtk20 glib20 pango \
+USE_GNOME=	libxslt libxml2 glib20 pango \
 		librsvg2 gdkpixbuf2
 USE_GITHUB=	yes
 GH_PROJECT=	xmlroff