svn commit: r539436 - head/graphics/gthumb

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 17 17:59:46 UTC 2020


Author: bapt
Date: Wed Jun 17 17:59:45 2020
New Revision: 539436
URL: https://svnweb.freebsd.org/changeset/ports/539436

Log:
  Fix build

Modified:
  head/graphics/gthumb/Makefile

Modified: head/graphics/gthumb/Makefile
==============================================================================
--- head/graphics/gthumb/Makefile	Wed Jun 17 17:49:42 2020	(r539435)
+++ head/graphics/gthumb/Makefile	Wed Jun 17 17:59:45 2020	(r539436)
@@ -38,6 +38,7 @@ MESON_ARGS=	-Dlibrsvg=true \
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
+BINARY_ALIAS=	python3=${PYTHON_CMD}
 SHEBANG_FILES=	*.py data/gschemas/*.py gthumb/*.py po/*.py
 
 PLIST_SUB=	GTHUMB_VER="3.10"


More information about the svn-ports-head mailing list