Fix build in a clean environment

In a clean environement the python3 command is not present and it
is required to build properly baobab

PR:		249422
Reported by:	mandree
This commit is contained in:
Baptiste Daroussin 2020-09-18 21:00:06 +00:00
parent e1ba1ef2cd
commit 04496ca96e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548908

View File

@ -18,9 +18,12 @@ PORTSCOUT= limitw:1,even
BUILD_DEPENDS= valac:lang/vala \
itstool:textproc/itstool
USES= desktop-file-utils gettext gnome meson pkgconfig tar:xz
USES= desktop-file-utils gettext gnome meson pkgconfig \
python:3.5+,build tar:xz
USE_GNOME= cairo gtk30
BINARY_ALIAS= python3=${PYTHON_CMD}
GLIB_SCHEMAS= org.gnome.baobab.gschema.xml
post-patch: