git: b26a78c4341c - main - misc/xiphos: remove wrong dependency on gconf2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jun 2022 20:42:13 UTC
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