diff options
author | obache <obache@pkgsrc.org> | 2014-04-06 01:49:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-04-06 01:49:12 +0000 |
commit | 1a0bfc5f062f7cd65cef9d20bd712dc347d337f5 (patch) | |
tree | 02120bd690a6b8748c5a6759f7a8a0e4bad452f5 /inputmethod | |
parent | 7d4b5beb90f41db4c816211f3b1d2a81396cd5c4 (diff) | |
download | pkgsrc-1a0bfc5f062f7cd65cef9d20bd712dc347d337f5.tar.gz |
fixes mis-handling of gtk3 immodule.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/ibus/Makefile b/inputmethod/ibus/Makefile index 063c53af88f..42bca9e0c0a 100644 --- a/inputmethod/ibus/Makefile +++ b/inputmethod/ibus/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.35 2014/01/25 10:30:11 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2014/04/06 01:49:12 obache Exp $ PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.5.4 .include "Makefile.common" +PKGREVISION= 1 COMMENT= Intelligent Input Bus DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 @@ -63,6 +64,7 @@ PY_PATCHPLIST= yes .include "../../textproc/iso-codes/buildlink3.mk" GTK2_IMMODULES= yes .include "../../x11/gtk2/modules.mk" +GTK3_IMMODULES= yes .include "../../x11/gtk3/modules.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../lang/python/application.mk" |