1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Add missing trailing quote to WITH_ISPELL CONFIGURE_ARGS.

Submitted by:	scf
This commit is contained in:
Doug Barton 2007-12-21 23:02:29 +00:00
parent 2884ce9758
commit 8d340fc612
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204303

View File

@ -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