diff options
author | obache <obache@pkgsrc.org> | 2014-05-25 08:43:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-05-25 08:43:04 +0000 |
commit | a6103426e0af1445d14d72f878e83a5fb6630507 (patch) | |
tree | 7a51ac92aa3eded27cd9c7f63cf9fc38af8fd4a2 /inputmethod | |
parent | f227d5bb714c68c65ac6f06f21e0ed9ccd4ce3a2 (diff) | |
download | pkgsrc-a6103426e0af1445d14d72f878e83a5fb6630507.tar.gz |
With ibus-1.5 and later, ibus-python module is in separate package.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus-el/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/ibus-el/Makefile b/inputmethod/ibus-el/Makefile index e52f43701cb..3428bc100e1 100644 --- a/inputmethod/ibus-el/Makefile +++ b/inputmethod/ibus-el/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2014/05/17 16:10:45 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2014/05/25 08:43:04 obache Exp $ # DISTNAME= ibus-el-0.3.2 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= inputmethod MASTER_SITES= http://www11.atwiki.jp/s-irie/pub/emacs/ibus/ @@ -12,7 +12,7 @@ HOMEPAGE= http://www11.atwiki.jp/s-irie/pages/21.html COMMENT= IBus client for GNU Emacs LICENSE= gnu-gpl-v3 -DEPENDS+= ibus>=1.2:../../inputmethod/ibus +DEPENDS+= {${PYPKGPREFIX}-ibus-python-[0-9]*,ibus>=1.2<1.5}:../../inputmethod/ibus-python DEPENDS+= ${PYPKGPREFIX}-Xlib-[0-9]*:../../x11/py-Xlib USE_LANGUAGES= # none |