aboutsummaryrefslogtreecommitdiff
path: root/devel/json-glib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/json-glib/Makefile')
-rw-r--r--devel/json-glib/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/json-glib/Makefile b/devel/json-glib/Makefile
index 37b51b8b77e1..8fce80371e31 100644
--- a/devel/json-glib/Makefile
+++ b/devel/json-glib/Makefile
@@ -1,5 +1,5 @@
PORTNAME= json-glib
-PORTVERSION= 1.6.6
+PORTVERSION= 1.8.0
CATEGORIES= devel
MASTER_SITES= GNOME
@@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= gettext gnome localbase meson python pkgconfig tar:xz
USE_GNOME= glib20
USE_LDCONFIG= yes
+MESON_ARGS= -Dtests=false
PORTDOCS= *
@@ -36,8 +37,4 @@ GIR_DESC= Build introspection data
GIR_USE= gnome=introspection
GIR_MESON_ENABLED= introspection
-post-install:
- @${RM} -r ${STAGEDIR}${PREFIX}/libexec/installed-tests
- @${RM} -r ${STAGEDIR}${PREFIX}/share/installed-tests
-
.include <bsd.port.mk>