svn commit: r550061 - head/devel/json-glib

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 25 18:19:24 UTC 2020


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


More information about the svn-ports-all mailing list