diff options
Diffstat (limited to 'misc/xiphos/Makefile')
-rw-r--r-- | misc/xiphos/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index 5b9ec2c6aefe..3320d97bfade 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -1,11 +1,6 @@ PORTNAME= xiphos -DISTVERSION= 4.3.1 -PORTREVISION= 2 +DISTVERSION= 4.3.2 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. -# See also: https://github.com/crosswire/xiphos/issues/1037 -MASTER_SITES= https://github.com/crosswire/${PORTNAME}/archive/refs/tags/${DISTVERSION}/ MAINTAINER= wen@FreeBSD.org COMMENT= Bible interface utilizing the sword framework @@ -32,6 +27,9 @@ LIB_DEPENDS= libbiblesync.so:misc/biblesync \ USES= cmake compiler:c11 gettext gnome minizip pkgconfig USE_GNOME= cairo gtk30 gtkhtml4 intltool libgsf +USE_GITHUB= yes +GH_ACCOUNT= crosswire + CMAKE_OFF= EPUB CMAKE_ON= GTKHTML |