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:
parent
2884ce9758
commit
8d340fc612
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204303
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user