Modified: trunk/dports/textproc/enchant/Portfile (148902 => 148903)
--- trunk/dports/textproc/enchant/Portfile 2016-05-22 17:03:16 UTC (rev 148902)
+++ trunk/dports/textproc/enchant/Portfile 2016-05-22 17:08:04 UTC (rev 148903)
@@ -43,8 +43,13 @@
--disable-zemberek \
--with-myspell-dir=${prefix}/share/hunspell
-# users most likely have AppleSpell already set up for their language
-default_variants +applespell
+# https://trac.macports.org/ticket/51287
+if {${os.platform} eq "darwin" && ${os.major} >= 13} {
+ # users most likely have AppleSpell already set up for their language
+ default_variants +applespell
+} else {
+ default_variants +aspell
+}
variant ispell description {Enable ispell backend} {
configure.args-replace --disable-ispell --enable-ispell