diff options
Diffstat (limited to 'net/geoclue/Makefile')
-rw-r--r-- | net/geoclue/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/geoclue/Makefile b/net/geoclue/Makefile index 677b801a52b1..f1a2709295f5 100644 --- a/net/geoclue/Makefile +++ b/net/geoclue/Makefile @@ -1,5 +1,5 @@ PORTNAME= geoclue -DISTVERSION= 2.7.2 +DISTVERSION= 2.8.0 CATEGORIES= net devel gnome MAINTAINER= desktop@FreeBSD.org @@ -12,10 +12,12 @@ LICENSE_COMB= multi LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libsoup-3.0.so:devel/libsoup3 -USES= gettext gnome meson pkgconfig tar:bz2 vala:build +USES= gettext-tools gnome meson pkgconfig python shebangfix tar:bz2 \ + vala:build USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes +SHEBANG_FILES= interface/create-unified-xml.py USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org @@ -23,7 +25,8 @@ GL_SITE= https://gitlab.freedesktop.org MESON_ARGS= -D3g-source=false \ -Dcdma-source=false \ -Dnmea-source=false \ - -Dmodem-gps-source=false + -Dmodem-gps-source=false \ + -Dwifi-source=false OPTIONS_SUB= yes OPTIONS_DEFINE= DEMO DOCS |