git: 12c9b8ee3677 - main - devel/kronosnet: Unbreak configure

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 12 Dec 2024 08:33:56 UTC
The branch main has been updated by yuri:

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

commit 12c9b8ee367701f63dfc11ff47eb36e40b8a2732
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-12 08:32:44 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-12 08:33:46 +0000

    devel/kronosnet: Unbreak configure
    
    ... by adding USE_GNOME=libxml2
    
    Reported by:    fallout
    Approved by:    portmgr (blanket unbreak)
---
 devel/kronosnet/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/kronosnet/Makefile b/devel/kronosnet/Makefile
index eebe407a4bdd..75258ec1a555 100644
--- a/devel/kronosnet/Makefile
+++ b/devel/kronosnet/Makefile
@@ -17,7 +17,8 @@ LIB_DEPENDS=	liblzo2.so:archivers/lzo2 \
 		libqb.so:devel/libqb \
 		libzstd.so:archivers/zstd
 
-USES=		autoreconf gmake localbase libtool pkgconfig ssl
+USES=		autoreconf gmake gnome localbase libtool pkgconfig ssl
+USE_GNOME=	libxml2
 USE_BINUTILS=	yes
 USE_GCC=	yes
 USE_LDCONFIG=	yes