Ticket #55215: enchant.patch

File enchant.patch, 498 bytes (added by nstanger (Nigel Stanger), 7 years ago)

Patch for Portfile

Line 
1+++ Portfile.patched    2017-11-02 13:39:21.000000000 +1300
2--- Portfile    2017-11-02 13:38:52.000000000 +1300
3@@ -62,7 +62,7 @@
4 variant myspell description {Enable myspell backend, using hunspell} {
5     configure.args-replace --disable-myspell --enable-myspell
6     depends_lib-append  port:hunspell
7-    depends_run-append  port:hunspell-dict-en_US
8+    depends_run-append  port:hunspell-en_US
9 }
10 
11 variant applespell description {Enable AppleSpell backend, using system-wide OS X spell checker} {