Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2022 20:42:13 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b26a78c4341c - main - misc/xiphos: remove wrong dependency on gconf2
Message-ID:  <202206082042.258KgDHI084177@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

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

commit b26a78c4341cde93588c11761fa655cbb0edf79c
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-06-08 20:40:54 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-06-08 20:40:54 +0000

    misc/xiphos: remove wrong dependency on gconf2
---
 misc/xiphos/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile
index f534bb273a00..43c42aef63ca 100644
--- a/misc/xiphos/Makefile
+++ b/misc/xiphos/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xiphos
 DISTVERSION=	4.2.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	misc gnome
 # Don't use USE_GITHUB: the sources downloaded by USE_GITHUB cannot be
 # built as they miss the file ${WRKSRC}/cmake/source_version.txt.
@@ -29,7 +29,7 @@ LIB_DEPENDS=	libbiblesync.so:misc/biblesync \
 
 # gettext is always needed, even if NLS is off
 USES=		cmake compiler:c11 gettext gnome minizip pkgconfig
-USE_GNOME=	cairo gconf2 gtk30 gtkhtml4 intltool libgsf
+USE_GNOME=	cairo gtk30 gtkhtml4 intltool libgsf
 
 CMAKE_OFF=	EPUB
 CMAKE_ON=	GTKHTML



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