diff options
author | Alexander Vereeke <Alexander88207@protonmail.com> | 2022-03-16 06:14:41 +0100 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-03-16 06:24:02 +0100 |
commit | 12227a226e6aff8ce8b5f294197eb590844b3245 (patch) | |
tree | b2e5e31a961de1ef90d4ebe7db8e62474f1b3ddd | |
parent | security/boringssl: update to the recent commit (diff) |
x11-themes/gtk-arc-themes: fix build
Failed with:
env: python3: No such file or directory
Reported by: sven.a.jonsson@bahnhof.se
PR: 262497
-rw-r--r-- | x11-themes/gtk-arc-themes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-themes/gtk-arc-themes/Makefile b/x11-themes/gtk-arc-themes/Makefile index 390f378ea2f5..9b5a64277367 100644 --- a/x11-themes/gtk-arc-themes/Makefile +++ b/x11-themes/gtk-arc-themes/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= sassc:textproc/sassc RUN_DEPENDS= gtk-murrine-engine>0:x11-themes/gtk-murrine-engine -USES= gnome meson tar:xz +USES= gnome meson python:build shebangfix tar:xz USE_GNOME= gtk20 gtk30 gtk40 @@ -23,6 +23,8 @@ MESON_ARGS= -Dcinnamon_version=4.8 \ -Dgnome_shell_version=41.4 \ -Dthemes=cinnamon,gnome-shell,gtk2,gtk3,gtk4,metacity,plank,xfwm +SHEBANG_FILES= meson/install-file.py + NO_ARCH= yes .include <bsd.port.mk> |