diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2018-04-29 21:42:00 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2018-04-29 21:42:00 +0000 |
commit | 53d106744e274442af74d5dc1b1322c0265574b9 (patch) | |
tree | 38c0617688d8283f94896119cbdc045b495cb4f2 /inputmethod | |
parent | 665219472649e8266444bd432e37c906569a30dd (diff) | |
download | pkgsrc-53d106744e274442af74d5dc1b1322c0265574b9.tar.gz |
ibus: explicitly specify cldr-emoji-annotation package version.
PLIST (which contains generated emoji .dict files) depends on
the language dependent files in the package.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ibus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/ibus/Makefile b/inputmethod/ibus/Makefile index 8b1308c1a65..af606bb2aec 100644 --- a/inputmethod/ibus/Makefile +++ b/inputmethod/ibus/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.53 2018/04/28 01:40:07 tsutsui Exp $ +# $NetBSD: Makefile,v 1.54 2018/04/29 21:42:00 tsutsui Exp $ .include "Makefile.common" COMMENT= Intelligent Input Bus DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 -BUILD_DEPENDS+= cldr-emoji-annotation-[0-9]*:../../textproc/cldr-emoji-annotation +BUILD_DEPENDS+= cldr-emoji-annotation>=33.0.0.1:../../textproc/cldr-emoji-annotation BUILD_DEPENDS+= unicode-character-database-[0-9]*:../../textproc/unicode-character-database BUILD_DEPENDS+= unicode-emoji-[0-9]*:../../textproc/unicode-emoji |