From ce58e57eebabf2bb25fe92421b0be77f4deb7c76 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 28 Feb 2013 20:44:27 -0600 Subject: [PATCH] add macports default path as a place to look for aspell original commit: 3d0af847b6dfb1d51e28d34c1d3fc85a585cb77a --- collects/framework/private/aspell.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/framework/private/aspell.rkt b/collects/framework/private/aspell.rkt index b6621d05..54eed6b3 100644 --- a/collects/framework/private/aspell.rkt +++ b/collects/framework/private/aspell.rkt @@ -19,8 +19,9 @@ (define aspell-candidate-paths '("/usr/bin" + "/bin" "/usr/local/bin" - "/bin")) + "/opt/local/bin/")) (define (find-aspell-binary-path) (define aspell (if (eq? (system-type) 'windows) "aspell.exe" "aspell"))