This is an addendum for ports/185910 I've been too late to send. - Only build-depend on introspection (given that it only was in BUILD_DEPENDS before change was correct) - Remove MAKE_ENV, as USE_GNOME=introspection takes care of it itself Port maintainer (olivierd@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->olivierd Over to maintainer (via the GNATS Auto Assign Tool)
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!