summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache>2014-04-06 01:49:12 +0000
committerobache <obache>2014-04-06 01:49:12 +0000
commit38b96664d3a51c9b7dd4907daf0c322e7a64d6c3 (patch)
tree0b4e2caf27b3ace9595fdbeb8fbd756942303e3e /inputmethod
parent97a97f6877eec91c6b697d042244514a674c5fc6 (diff)
downloadpkgsrc-38b96664d3a51c9b7dd4907daf0c322e7a64d6c3.tar.gz
fixes mis-handling of gtk3 immodule.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus/Makefile4
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"