summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache>2013-11-26 11:22:15 +0000
committerobache <obache>2013-11-26 11:22:15 +0000
commitef44c02431e68423d03c9ef943d9a8c17987e3e2 (patch)
tree189763974e154e1b18bcba51267291e425556b01 /inputmethod
parent3e8f088e304f15fa87f97c5eb9b1707709918e16 (diff)
downloadpkgsrc-ef44c02431e68423d03c9ef943d9a8c17987e3e2.tar.gz
py-gobject3 is required, and gobject-introspection is just required to build.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-anthy/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/inputmethod/ibus-anthy/Makefile b/inputmethod/ibus-anthy/Makefile
index 70380b771a6..e97ec36c785 100644
--- a/inputmethod/ibus-anthy/Makefile
+++ b/inputmethod/ibus-anthy/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2013/10/23 12:09:28 obache Exp $
+# $NetBSD: Makefile,v 1.14 2013/11/26 11:22:15 obache Exp $
#
DISTNAME= ibus-anthy-1.5.4
+PKGREVISION= 1
CATEGORIES= inputmethod japanese
MASTER_SITES= http://ibus.googlecode.com/files/
@@ -12,6 +13,7 @@ LICENSE= gnu-gpl-v2
DEPENDS+= kasumi>=2.1:../../inputmethod/kasumi
DEPENDS+= ibus>=1.5.4:../../inputmethod/ibus
+DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
@@ -30,6 +32,7 @@ CONFIGURE_ARGS+= --with-kasumi-icon=${KASUMI_DIR}/share/pixmaps/kasumi.png
.include "../../devel/gettext-lib/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0
.include "../../devel/glib2/buildlink3.mk"
+BUILDLINK_DEPMETHOD.gobject-introspection= build
.include "../../devel/gobject-introspection/buildlink3.mk"
PY_PATCHPLIST= yes
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"