aboutsummaryrefslogtreecommitdiff
path: root/textproc/ibus-typing-booster
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2020-12-29 11:35:14 +0000
committerThierry Thomas <thierry@FreeBSD.org>2020-12-29 11:35:14 +0000
commitcd172618a1f5ca7b99d2a6e6da60276957444d0e (patch)
treebcdcf2ec6a6ab05b21473a94ab792af8bca847ad /textproc/ibus-typing-booster
parent5d1d341b3c18658760b4ce2e7a7b6c2f6c3f574a (diff)
downloadports-cd172618a1f5ca7b99d2a6e6da60276957444d0e.tar.gz
ports-cd172618a1f5ca7b99d2a6e6da60276957444d0e.zip
Fix dependency.
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=559564
Diffstat (limited to 'textproc/ibus-typing-booster')
-rw-r--r--textproc/ibus-typing-booster/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/ibus-typing-booster/Makefile b/textproc/ibus-typing-booster/Makefile
index 2613f0c54f39..a07a97114b57 100644
--- a/textproc/ibus-typing-booster/Makefile
+++ b/textproc/ibus-typing-booster/Makefile
@@ -15,11 +15,11 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/Menu.py:devel/py-xdg@${PY_FLAVOR} \
${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:databases/py-sqlite3@${PY_FLAVOR}
LIB_DEPENDS= libibus-1.0.so:textproc/ibus \
libm17n.so:devel/m17n-lib
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/Menu.py:devel/py-xdg@${PY_FLAVOR} \
+RUN_DEPENDS= CLDR>0:textproc/CLDR \
+ ${PYTHON_SITELIBDIR}/xdg/Menu.py:devel/py-xdg@${PY_FLAVOR} \
${PYTHON_SITELIBDIR}/dbus/bus.py:devel/py-dbus@${PY_FLAVOR} \
${PYTHON_SITELIBDIR}/hunspell.so:textproc/py-hunspell@${PY_FLAVOR} \
${LOCALBASE}/share/unicode/ucd/Index.txt:textproc/UCD \
- ${LOCALBASE}/share/unicode/cldr/readme.html:textproc/CLDR \
${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:databases/py-sqlite3@${PY_FLAVOR}
TEST_DEPENDS= ${LOCALBASE}/share/hunspell/cs_CZ.dic:textproc/cs-hunspell \
${LOCALBASE}/share/hunspell/de_DE.dic:german/hunspell \
@@ -45,7 +45,8 @@ INSTALLS_ICONS= yes
GLIB_SCHEMAS= org.freedesktop.ibus.engine.typing-booster.gschema.xml
TEST_TARGET= check
-TEST_ENV= MAKE_CMD=${LOCALBASE}/bin/gmake LC_ALL=en_US.UTF-8
+TEST_ENV= MAKE_CMD=${LOCALBASE}/bin/gmake LC_ALL=en_US.UTF-8 \
+ IBUS_TYPING_BOOSTER_DEBUG_LEVEL=1
OPTIONS_DEFINE= HUNSPELL
OPTIONS_DEFAULT=HUNSPELL