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 | |
parent | - Update to 0.8.5 (diff) |
Add missing trailing quote to WITH_ISPELL CONFIGURE_ARGS.
Submitted by: scf
Notes
Notes:
svn path=/head/; revision=204303
-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 |