diff options
author | Doug Barton <dougb@FreeBSD.org> | 2007-12-21 23:02:29 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2007-12-21 23:02:29 +0000 |
commit | 8d340fc612bc853d1f13e1903f39f209a5d44d23 (patch) | |
tree | 11a2a62ca6472746fee1e3335487ec6676fd088d /mail/alpine | |
parent | 2884ce9758692ec062912b4d9a8f45128d88c5f2 (diff) | |
download | ports-8d340fc612bc853d1f13e1903f39f209a5d44d23.tar.gz ports-8d340fc612bc853d1f13e1903f39f209a5d44d23.zip |
Notes
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 |