Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2020 18:19:23 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550061 - head/devel/json-glib
Message-ID:  <202009251819.08PIJNBZ097594@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep 25 18:19:23 2020
New Revision: 550061
URL: https://svnweb.freebsd.org/changeset/ports/550061

Log:
  Ensure there is always python3 in the path it is required to build

Modified:
  head/devel/json-glib/Makefile

Modified: head/devel/json-glib/Makefile
==============================================================================
--- head/devel/json-glib/Makefile	Fri Sep 25 17:58:52 2020	(r550060)
+++ head/devel/json-glib/Makefile	Fri Sep 25 18:19:23 2020	(r550061)
@@ -12,7 +12,7 @@ COMMENT=	JSON (RFC 4627) interface for Glib
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gettext gnome localbase meson pkgconfig tar:xz
+USES=		gettext gnome localbase meson python:3.5+ pkgconfig tar:xz
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 
@@ -22,6 +22,8 @@ OPTIONS_DEFINE=	GIR DOCS
 OPTIONS_DEFAULT=GIR
 OPTIONS_SUB=	yes
 MESON_ARGS=	-Dgtk_doc=disabled
+
+BINARY_ALIAS=	python3=${PYTHON_CMD}
 
 GIR_DESC=	Build introspection data
 GIR_USE=	gnome=introspection



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009251819.08PIJNBZ097594>