Date: Fri, 18 Sep 2020 21:00:06 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548908 - head/deskutils/baobab Message-ID: <202009182100.08IL06UJ083445@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Sep 18 21:00:06 2020 New Revision: 548908 URL: https://svnweb.freebsd.org/changeset/ports/548908 Log: 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 Modified: head/deskutils/baobab/Makefile Modified: head/deskutils/baobab/Makefile ============================================================================== --- head/deskutils/baobab/Makefile Fri Sep 18 20:55:39 2020 (r548907) +++ head/deskutils/baobab/Makefile Fri Sep 18 21:00:06 2020 (r548908) @@ -18,8 +18,11 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009182100.08IL06UJ083445>