summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-12-08 07:34:21 +0000
committerobache <obache@pkgsrc.org>2013-12-08 07:34:21 +0000
commit789e8f8e2a34c91dd69c8258158597fc3a2fc772 (patch)
treecf5cd65b3fd6fd536bf35d372808d18feddd0553 /inputmethod
parentb5962dcd52b4007c8ac1b7c8fa67ef0cb0e3efd8 (diff)
downloadpkgsrc-789e8f8e2a34c91dd69c8258158597fc3a2fc772.tar.gz
require py-gobject3.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/inputmethod/ibus/Makefile b/inputmethod/ibus/Makefile
index 047dca6a4e2..65dffa8b4c2 100644
--- a/inputmethod/ibus/Makefile
+++ b/inputmethod/ibus/Makefile
@@ -1,10 +1,14 @@
-# $NetBSD: Makefile,v 1.32 2013/10/23 11:50:04 obache Exp $
+# $NetBSD: Makefile,v 1.33 2013/12/08 07:34:21 obache Exp $
#
.include "Makefile.common"
+PKGREVISION= 1
+
COMMENT= Intelligent Input Bus
+DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config intltool msgfmt gmake
@@ -62,4 +66,5 @@ GTK2_IMMODULES= yes
.include "../../x11/gtk2/modules.mk"
.include "../../x11/gtk3/modules.mk"
.include "../../x11/libX11/buildlink3.mk"
+.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"