svn commit: r539506 - head/deskutils/gnome-sound-recorder

Jan Beich jbeich at FreeBSD.org
Thu Jun 18 00:55:49 UTC 2020


Author: jbeich
Date: Thu Jun 18 00:55:47 2020
New Revision: 539506
URL: https://svnweb.freebsd.org/changeset/ports/539506

Log:
  deskutils/gnome-sound-recorder: unbreak after r538885
  
  env: python3: No such file or directory
  
  Reported by:	pkg-fallout

Modified:
  head/deskutils/gnome-sound-recorder/Makefile   (contents, props changed)

Modified: head/deskutils/gnome-sound-recorder/Makefile
==============================================================================
--- head/deskutils/gnome-sound-recorder/Makefile	Thu Jun 18 00:55:42 2020	(r539505)
+++ head/deskutils/gnome-sound-recorder/Makefile	Thu Jun 18 00:55:47 2020	(r539506)
@@ -21,6 +21,7 @@ USES=		gettext gnome meson localbase pkgconfig python:
 USE_GNOME=	gtk30 intlhack introspection
 USE_GSTREAMER1=	flac ogg pulse
 USE_LDCONFIG=	yes
+BINARY_ALIAS=	python3=${PYTHON_CMD}
 INSTALLS_ICONS=	yes
 GLIB_SCHEMAS=	org.gnome.SoundRecorder.gschema.xml
 


More information about the svn-ports-all mailing list