Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2020 07:11:18 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538294 - head/x11/xapps
Message-ID:  <202006090711.0597BIpb052910@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Jun  9 07:11:18 2020
New Revision: 538294
URL: https://svnweb.freebsd.org/changeset/ports/538294

Log:
  USE_GNOME+=introspection:build is required if `x11-toolkits/gtk30' is
  built without CUPS or CLOUDPRINT options which indirectly pull it via
  their own dependencies.

Modified:
  head/x11/xapps/Makefile

Modified: head/x11/xapps/Makefile
==============================================================================
--- head/x11/xapps/Makefile	Tue Jun  9 07:07:08 2020	(r538293)
+++ head/x11/xapps/Makefile	Tue Jun  9 07:11:18 2020	(r538294)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libgnomekbdui.so:x11/libgnomekbd
 USES=		gettext gnome meson pkgconfig python:build shebangfix xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	linuxmint
-USE_GNOME=	cairo gdkpixbuf2 gtk30
+USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build
 USE_LDCONFIG=	yes
 USE_XORG=	x11
 GLIB_SCHEMAS=	org.x.apps.gschema.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006090711.0597BIpb052910>