diff options
Diffstat (limited to 'misc/xiphos/Makefile')
-rw-r--r-- | misc/xiphos/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index 20796130d61a..9bf258e34a65 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -1,5 +1,6 @@ PORTNAME= xiphos DISTVERSION= 4.3.1 +PORTREVISION= 1 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. @@ -24,7 +25,7 @@ LIB_DEPENDS= libbiblesync.so:misc/biblesync \ libicui18n.so:devel/icu \ libsoup-2.4.so:devel/libsoup \ libsword.so:misc/sword \ - libuuid.so:misc/e2fsprogs-libuuid \ + libuuid.so:misc/libuuid \ libwebkit2gtk-4.0.so:www/webkit2-gtk@40 # gettext is always needed, even if NLS is off |