git: 14f6e746cafe - main - games/gnome-mahjongg: fix build with non-root user
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Nov 2021 05:36:08 UTC
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=14f6e746cafe0cad8dd201b9fbe699ddc4dd2605 commit 14f6e746cafe0cad8dd201b9fbe699ddc4dd2605 Author: John Hein <jcfyecrayz@liamekaens.com> AuthorDate: 2021-11-19 05:28:55 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2021-11-19 05:35:36 +0000 games/gnome-mahjongg: fix build with non-root user While here, make portlint and portclippy happy. PR: 257493 Approved by: gnome (maintainer timeout, >3 months) MFH: 2021Q4 --- games/gnome-mahjongg/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/games/gnome-mahjongg/Makefile b/games/gnome-mahjongg/Makefile index 2116e54c72dc..d6673555dcd9 100644 --- a/games/gnome-mahjongg/Makefile +++ b/games/gnome-mahjongg/Makefile @@ -15,11 +15,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= vala:lang/vala \ itstool:textproc/itstool -PORTSCOUT= limitw:1,even - USES= gettext gmake gnome localbase meson pathfix pkgconfig tar:xz USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build - GLIB_SCHEMAS= org.gnome.Mahjongg.gschema.xml +MESON_ARGS= -Dcompile-schemas=disabled -Dupdate-icon-cache=disabled + +PORTSCOUT= limitw:1,even + .include <bsd.port.mk>