summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2014-04-08 19:49:59 +0000
committertron <tron@pkgsrc.org>2014-04-08 19:49:59 +0000
commit70ff50e32a0d29c28ed4e548f043b2eafbd3808f (patch)
treecfe17a726ae468efbabf8827bc25a1d6939d47bd
parentf547913d93f271db06eb28829ad39c0d137da2da (diff)
downloadpkgsrc-70ff50e32a0d29c28ed4e548f043b2eafbd3808f.tar.gz
Pullup ticket #4354 - requested by obache
inputmethod/ibus: bug fix patch Revisions pulled up: - inputmethod/ibus/Makefile 1.36 --- Module Name: pkgsrc Committed By: obache Date: Sun Apr 6 01:49:12 UTC 2014 Modified Files: pkgsrc/inputmethod/ibus: Makefile Log Message: fixes mis-handling of gtk3 immodule. Bump PKGREVISION.
-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..2b2defcfec5 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.35.2.1 2014/04/08 19:49:59 tron 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"