diff options
author | ryoon <ryoon> | 2013-04-29 14:47:29 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-04-29 14:47:29 +0000 |
commit | 0e8a6a111455787e9458ef0896dd9f168e0204bb (patch) | |
tree | 1721ec51569f3013b9566ffccc05d7739450782c /inputmethod | |
parent | 1314a0384484701c8fd9777aa9b9039bdf9d0d43 (diff) | |
download | pkgsrc-0e8a6a111455787e9458ef0896dd9f168e0204bb.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 |