svn commit: r341759 - head/x11/keybinder

Olivier Duchateau olivierd at FreeBSD.org
Wed Jan 29 16:31:42 UTC 2014


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


More information about the svn-ports-all mailing list