diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-01-29 16:31:41 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-01-29 16:31:41 +0000 |
commit | ad933aa10f45ef114c283905d0ef1fd9e0c10b01 (patch) | |
tree | 2883effb512c55519201f3560a54f8b7496e69b5 /x11 | |
parent | Update to 0.62 (fixed to work with Moose 2.1202) (diff) |
Fix gobject-introspection
PR: 186217
Submitted by: amdmi3@
Notes
Notes:
svn path=/head/; revision=341759
Diffstat (limited to 'x11')
-rw-r--r-- | x11/keybinder/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/keybinder/Makefile b/x11/keybinder/Makefile index 71ebe4c3547b..89c4a4a93309 100644 --- a/x11/keybinder/Makefile +++ b/x11/keybinder/Makefile @@ -12,11 +12,10 @@ COMMENT= Library for registering keyboard shortcuts 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 |