aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-02-15 16:32:26 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-02-15 16:33:50 +0000
commit50ec088288f1d3060988b5e9b434fc6503007e2a (patch)
treef115ac35c5461d5942dc17c5028eadb4bf15c0d4
parent611a018bb4b6d81b97598f948a06192898359471 (diff)
downloadports-50ec088288f1d3060988b5e9b434fc6503007e2a.tar.gz
ports-50ec088288f1d3060988b5e9b434fc6503007e2a.zip
textproc/enchant2: switch NUSPELL to hunspell dictionaries
For compatibility with nuspell (CLI) tool. There're no nuspell-only dictionaries in ports/ yet.
-rw-r--r--textproc/enchant2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/enchant2/Makefile b/textproc/enchant2/Makefile
index f999a4f8ce6a..9ca25faf3186 100644
--- a/textproc/enchant2/Makefile
+++ b/textproc/enchant2/Makefile
@@ -45,7 +45,7 @@ HUNSPELL_CONFIGURE_ON= --with-hunspell-dir=${LOCALBASE}/share/hunspell
NUSPELL_LIB_DEPENDS= libicuuc.so:devel/icu \
libnuspell.so:textproc/nuspell
NUSPELL_CONFIGURE_WITH= nuspell
-NUSPELL_CONFIGURE_ON= --with-nuspell-dir=${LOCALBASE}/share/nuspell
+NUSPELL_CONFIGURE_ON= --with-nuspell-dir=${LOCALBASE}/share/hunspell
ZEMBEREK_LIB_DEPENDS= libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib