svn commit: r538294 - head/x11/xapps

Alexey Dokuchaev danfe at FreeBSD.org
Tue Jun 9 07:11:19 UTC 2020


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


More information about the svn-ports-head mailing list