diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-01-19 05:14:41 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-01-19 05:14:41 +0800 |
commit | 99b25b50477813946cd3271e99b5be9c9eeb1283 (patch) | |
tree | f9b29d3f811865ffb154be8b5af915119e00ed23 /Mk/bsd.gecko.mk | |
parent | 9f371b20d596e3a15a1df2638dc9915c0e61dc1a (diff) | |
download | freebsd-ports-gnome-99b25b50477813946cd3271e99b5be9c9eeb1283.tar.gz freebsd-ports-gnome-99b25b50477813946cd3271e99b5be9c9eeb1283.tar.zst freebsd-ports-gnome-99b25b50477813946cd3271e99b5be9c9eeb1283.zip |
textproc/hunspell: update to 1.7.0
- Drop const optimization as v2 API moved to nuspell
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index bc349a4862c5..354568fc6dd4 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -168,7 +168,7 @@ harfbuzz_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz harfbuzz_MOZ_OPTIONS= --with-system-harfbuzz .endif -hunspell_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell +hunspell_LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell hunspell_MOZ_OPTIONS= --enable-system-hunspell icu_LIB_DEPENDS= libicui18n.so:devel/icu |