summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache>2013-12-08 07:34:21 +0000
committerobache <obache>2013-12-08 07:34:21 +0000
commitecc05b90c4c8b706b980abd98e3a7fe5961c4b83 (patch)
treecf5cd65b3fd6fd536bf35d372808d18feddd0553 /inputmethod
parentc746d800429d84efdfd52d77d5383682454a6c47 (diff)
downloadpkgsrc-ecc05b90c4c8b706b980abd98e3a7fe5961c4b83.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"