Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2024 08:33:56 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 12c9b8ee3677 - main - devel/kronosnet: Unbreak configure
Message-ID:  <202412120833.4BC8XuWX009343@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

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