svn commit: r548908 - head/deskutils/baobab

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 18 21:00:06 UTC 2020


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
 


More information about the svn-ports-all mailing list