diff options
author | dougb <dougb@FreeBSD.org> | 2007-12-22 07:02:29 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2007-12-22 07:02:29 +0800 |
commit | b4aa4d30ec930647c9e50433f60c1409de0914f2 (patch) | |
tree | 99b96bec2c51c16d4829ad7242f6d72b6333bf4d /mail/alpine | |
parent | d9d6d507123624f16e1c2b99e7bc2805015fd66f (diff) | |
download | freebsd-ports-gnome-b4aa4d30ec930647c9e50433f60c1409de0914f2.tar.gz freebsd-ports-gnome-b4aa4d30ec930647c9e50433f60c1409de0914f2.tar.zst freebsd-ports-gnome-b4aa4d30ec930647c9e50433f60c1409de0914f2.zip |
Add missing trailing quote to WITH_ISPELL CONFIGURE_ARGS.
Submitted by: scf
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 |