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:
parent
e1ba1ef2cd
commit
04496ca96e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548908
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user