diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-04-29 14:47:29 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-04-29 14:47:29 +0000 |
commit | d6ccbda456e1c27131b413f34e449ed4c0bd8c50 (patch) | |
tree | 1721ec51569f3013b9566ffccc05d7739450782c /inputmethod | |
parent | a8f377d6d5ee98f5dfb5ab693644ed67b8f8fb30 (diff) | |
download | pkgsrc-d6ccbda456e1c27131b413f34e449ed4c0bd8c50.tar.gz |
Bump PKGREVISION.
Change DEPENDS dependency to py-notify-python from py-notify.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/ibus/Makefile b/inputmethod/ibus/Makefile index f46532c755c..143c8c7aed9 100644 --- a/inputmethod/ibus/Makefile +++ b/inputmethod/ibus/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2013/02/16 11:22:40 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2013/04/29 14:47:30 ryoon Exp $ # DISTNAME= ibus-1.4.2 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= inputmethod MASTER_SITES= http://ibus.googlecode.com/files/ @@ -12,7 +12,7 @@ COMMENT= Intelligent Input Bus LICENSE= gnu-lgpl-v2.1 DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg -DEPENDS+= ${PYPKGPREFIX}-notify>=0.1.1nb3:../../sysutils/py-notify +DEPENDS+= ${PYPKGPREFIX}-notify-python>=0.1.1nb3:../../sysutils/py-notify-python GNU_CONFIGURE= yes USE_LIBTOOL= yes |