mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Ensure there is always python3 in the path it is required to build
This commit is contained in:
parent
618861d5ea
commit
a76f56d06b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550061
@ -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
|
||||
|
||||
@ -23,6 +23,8 @@ 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
|
||||
GIR_MESON_ENABLED= introspection
|
||||
|
Loading…
Reference in New Issue
Block a user