aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2020-06-16 18:12:57 +0800
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2020-06-16 18:12:57 +0800
commitd34a5e97c66ee8d1ee28a84c762111c784b2471c (patch)
treeb559ac1c75748b872b74a6660bea63b3115af7a3 /graphics
parentab88fdce720c21cfbcb904caacbf8278bbd67eb0 (diff)
downloadfreebsd-ports-gnome-d34a5e97c66ee8d1ee28a84c762111c784b2471c.tar.gz
freebsd-ports-gnome-d34a5e97c66ee8d1ee28a84c762111c784b2471c.tar.zst
freebsd-ports-gnome-d34a5e97c66ee8d1ee28a84c762111c784b2471c.zip
gthumb build-requires python 3 and shebangfixes
: FAILED: gthumb/AUTHORS.tab : /wrkdirs/usr/ports/graphics/gthumb/work/gthumb-3.10.0/gthumb/make-authors-tab.py /wrkdirs/usr/ports/graphics/gthumb/work/gthumb-3.10.0/AUTHORS gthumb/AUTHORS.tab : env: python3: No such file or directory : ninja: build stopped: subcommand failed. Approved by: just-fix-it
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gthumb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile
index 64af2646a45c..496945677e44 100644
--- a/graphics/gthumb/Makefile
+++ b/graphics/gthumb/Makefile
@@ -28,7 +28,8 @@ LIB_DEPENDS= libclutter-1.0.so:graphics/clutter \
RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas
USES= bison compiler:c++11-lib desktop-file-utils gettext gl \
- gnome jpeg localbase:ldflags meson pkgconfig tar:xz xorg
+ gnome jpeg localbase:ldflags meson pkgconfig \
+ python:3.5+,build shebangfix tar:xz xorg
USE_GL= egl
USE_GNOME= cairo gtk30 intltool librsvg2
USE_XORG= x11 xcomposite xdamage xext xfixes xrandr xi
@@ -37,6 +38,7 @@ MESON_ARGS= -Dlibrsvg=true \
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
+SHEBANG_FILES= *.py data/gschemas/*.py gthumb/*.py po/*.py
PLIST_SUB= GTHUMB_VER="3.10"