aboutsummaryrefslogtreecommitdiff
path: root/deskutils/baobab
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-09-18 21:00:06 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-09-18 21:00:06 +0000
commit04496ca96ed3251c763f11023168c7dee103c28c (patch)
tree0e9019a4978b339317cc6f02a581e3719cd12374 /deskutils/baobab
parente1ba1ef2cdfc01ec294b38792fe73ac8e7853aac (diff)
downloadports-04496ca96ed3251c763f11023168c7dee103c28c.tar.gz
ports-04496ca96ed3251c763f11023168c7dee103c28c.zip
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
Notes
Notes: svn path=/head/; revision=548908
Diffstat (limited to 'deskutils/baobab')
-rw-r--r--deskutils/baobab/Makefile5
1 files changed, 4 insertions, 1 deletions
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: