diff options
Diffstat (limited to 'mail/alpine')
-rw-r--r-- | mail/alpine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index 1d8f1e3f3a95..3de22cd98660 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -73,7 +73,7 @@ CONFIGURE_ARGS+= --without-nls CONFIGURE_ARGS+=--with-spellcheck-prog="${LOCALBASE}/bin/aspell --dont-backup --mode=email check" RUN_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell .else -CONFIGURE_ARGS+= --with-spellcheck-prog="${LOCALBASE}/bin/ispell +CONFIGURE_ARGS+= --with-spellcheck-prog="${LOCALBASE}/bin/ispell" RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif .endif |