svn commit: r393162 - head/graphics/eom

Koop Mast kwm at FreeBSD.org
Wed Jul 29 15:42:14 UTC 2015


Author: kwm
Date: Wed Jul 29 15:42:13 2015
New Revision: 393162
URL: https://svnweb.freebsd.org/changeset/ports/393162

Log:
  Disable introspection, it doesn't build with the current
  gobject-introspection tools in ports.
  
  PR:		201970
  Submitted by:	amdmi3@

Modified:
  head/graphics/eom/Makefile

Modified: head/graphics/eom/Makefile
==============================================================================
--- head/graphics/eom/Makefile	Wed Jul 29 14:36:20 2015	(r393161)
+++ head/graphics/eom/Makefile	Wed Jul 29 15:42:13 2015	(r393162)
@@ -22,6 +22,7 @@ USE_GNOME=	gdkpixbuf2 glib20 gtk20 librs
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--disable-gtk-doc \
 		--with-html-dir=${PREFIX}/share/doc \
+		--disable-introspection \
 		--with-gtk=2.0 \
 		--disable-python \
 		--without-cms


More information about the svn-ports-all mailing list