Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 16:31:42 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341759 - head/x11/keybinder
Message-ID:  <201401291631.s0TGVg4H036589@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Wed Jan 29 16:31:41 2014
New Revision: 341759
URL: http://svnweb.freebsd.org/changeset/ports/341759
QAT: https://qat.redports.org/buildarchive/r341759/

Log:
  Fix gobject-introspection
  
  PR:		186217
  Submitted by:	amdmi3@

Modified:
  head/x11/keybinder/Makefile

Modified: head/x11/keybinder/Makefile
==============================================================================
--- head/x11/keybinder/Makefile	Wed Jan 29 16:28:10 2014	(r341758)
+++ head/x11/keybinder/Makefile	Wed Jan 29 16:31:41 2014	(r341759)
@@ -12,11 +12,10 @@ COMMENT=	Library for registering keyboar
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gtk20 introspection
+USE_GNOME=	gtk20 introspection:build
 USE_XORG=	x11 xext xrender
 USES=		gmake pkgconfig pathfix
 USE_LDCONFIG=	yes
-MAKE_ENV=	GI_SCANNER_DISABLE_CACHE=yes
 
 OPTIONS_DEFINE=	DOCS EXAMPLES PYTHON LUA
 OPTIONS_DEFAULT=	PYTHON



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