diff options
author | obache <obache@pkgsrc.org> | 2013-10-23 12:45:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-10-23 12:45:35 +0000 |
commit | d465199aac18f067d69ec04f4269d325bc1529b5 (patch) | |
tree | 142c87fd6936ff55a53c1385f88907dac223926c /inputmethod | |
parent | bfbe9a8e514101bf484d7c156b0ee6d04c01b580 (diff) | |
download | pkgsrc-d465199aac18f067d69ec04f4269d325bc1529b5.tar.gz |
Catch up to split of python library from base ibus package.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-tegaki/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inputmethod/ibus-tegaki/Makefile b/inputmethod/ibus-tegaki/Makefile index 48f309dd990..b6e7121c55c 100644 --- a/inputmethod/ibus-tegaki/Makefile +++ b/inputmethod/ibus-tegaki/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2012/10/06 14:25:12 asau Exp $ +# $NetBSD: Makefile,v 1.5 2013/10/23 12:45:35 obache Exp $ # DISTNAME= ibus-tegaki-0.3.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= inputmethod MASTER_SITES= http://www.tegaki.org/releases/${PKGVERSION_NOREV}/ @@ -13,6 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= tegaki-pygtk>=0.3:../../inputmethod/tegaki-pygtk DEPENDS+= ibus>=1.2:../../inputmethod/ibus +DEPENDS+= ${PYPKGPREFIX}-ibus-python-[0-9]*:../../inputmethod/ibus-python USE_LANGUAGES= # none |