Date: Wed, 17 Jun 2020 17:59:45 +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: r539436 - head/graphics/gthumb Message-ID: <202006171759.05HHxjlZ050568@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006171759.05HHxjlZ050568>