diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-04 06:09:03 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-04 06:09:03 +0800 |
commit | 1f045d31528dbec7762f620322f806530fffb7b2 (patch) | |
tree | 301e6888abf5fbea9e30475ed9651c3d9e26e80b /editors | |
parent | 1fea95c130fdb40931230430840100ab732b6c2c (diff) | |
download | marcuscom-ports-1f045d31528dbec7762f620322f806530fffb7b2.tar.gz marcuscom-ports-1f045d31528dbec7762f620322f806530fffb7b2.tar.zst marcuscom-ports-1f045d31528dbec7762f620322f806530fffb7b2.zip |
Use enchant for spellchecking. Works great for me!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1591 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/AbiWord2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index 4e156e85b..ca69f24ef 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ iconv.3:${PORTSDIR}/converters/libiconv \ fribidi.0:${PORTSDIR}/converters/fribidi \ popt.0:${PORTSDIR}/devel/popt \ - aspell.15:${PORTSDIR}/textproc/aspell + enchant.2:${PORTSDIR}/textproc/enchant DIST_SUBDIR= AbiWord |