add macports default path as a place to look for aspell

This commit is contained in:
Robby Findler 2013-02-28 20:44:27 -06:00
parent 5e9d1ce92f
commit 3d0af847b6

View File

@ -19,8 +19,9 @@
(define aspell-candidate-paths (define aspell-candidate-paths
'("/usr/bin" '("/usr/bin"
"/bin"
"/usr/local/bin" "/usr/local/bin"
"/bin")) "/opt/local/bin/"))
(define (find-aspell-binary-path) (define (find-aspell-binary-path)
(define aspell (if (eq? (system-type) 'windows) "aspell.exe" "aspell")) (define aspell (if (eq? (system-type) 'windows) "aspell.exe" "aspell"))