diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-01-30 00:31:41 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-01-30 00:31:41 +0800 |
commit | 7991d0bd564f64d9e65d3001c2036b519f7777d9 (patch) | |
tree | 2883effb512c55519201f3560a54f8b7496e69b5 /x11 | |
parent | 5f2b81f34e516900417fcee3deccea223ae8a1d5 (diff) | |
download | freebsd-ports-graphics-7991d0bd564f64d9e65d3001c2036b519f7777d9.tar.gz freebsd-ports-graphics-7991d0bd564f64d9e65d3001c2036b519f7777d9.tar.zst freebsd-ports-graphics-7991d0bd564f64d9e65d3001c2036b519f7777d9.zip |
Fix gobject-introspection
PR: 186217
Submitted by: amdmi3@
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 71ebe4c3547..89c4a4a9330 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 |