diff --git a/x11-toolkits/libshumate/Makefile b/x11-toolkits/libshumate/Makefile index c17b85757a37..9fa12bf596c7 100644 --- a/x11-toolkits/libshumate/Makefile +++ b/x11-toolkits/libshumate/Makefile @@ -1,28 +1,30 @@ PORTNAME= libshumate DISTVERSION= 1.0.0.beta +PORTREVISION= 1 CATEGORIES= x11-toolkits geography MASTER_SITES= GNOME PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/ PATCHFILES+= d4e23adc49e1.patch:-p1 # https://gitlab.gnome.org/GNOME/libshumate/-/merge_requests/136 MAINTAINER= gnome@FreeBSD.org COMMENT= GTK4 widget to display maps WWW= https://wiki.gnome.org/Projects/libshumate LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ +LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libgraphene-1.0.so:graphics/graphene USES= gettext gnome meson pkgconfig sqlite tar:xz vala:build USE_GNOME= cairo gdkpixbuf2 gtk40 introspection:build USE_LDCONFIG= yes +MESON_ARGS= -Dlibsoup3=false # Required by shortwave via gstreamer1-plugins-soup OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= gi-docgen:textproc/py-gi-docgen DOCS_MESON_TRUE= gtk_doc .include