From 04496ca96ed3251c763f11023168c7dee103c28c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 18 Sep 2020 21:00:06 +0000 Subject: [PATCH] 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 --- deskutils/baobab/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deskutils/baobab/Makefile b/deskutils/baobab/Makefile index a75d97520d50..835f382821a0 100644 --- a/deskutils/baobab/Makefile +++ b/deskutils/baobab/Makefile @@ -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: