diff --git a/games/gnome-mahjongg/Makefile b/games/gnome-mahjongg/Makefile index cf7b515c05db..536a5746cd5a 100644 --- a/games/gnome-mahjongg/Makefile +++ b/games/gnome-mahjongg/Makefile @@ -1,26 +1,27 @@ # Created by: FreeBSD GNOME Team PORTNAME= gnome-mahjongg DISTVERSION= 3.38.3 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome mahjongg LICENSE= GPLv2 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 INSTALLS_ICONS= yes 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