git: 12227a226e6a - main - x11-themes/gtk-arc-themes: fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Mar 2022 05:24:19 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=12227a226e6aff8ce8b5f294197eb590844b3245
commit 12227a226e6aff8ce8b5f294197eb590844b3245
Author: Alexander Vereeke <Alexander88207@protonmail.com>
AuthorDate: 2022-03-16 05:14:41 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-03-16 05:24:02 +0000
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
---
x11-themes/gtk-arc-themes/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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>