svn commit: r327440 - in head/irc/hexchat: . files
Rusmir Dusko
nemysis at FreeBSD.org
Tue Sep 17 07:51:38 UTC 2013
> On 16-9-2013 22:55, Rusmir Dusko wrote:
> > .if ! ${PORT_OPTIONS:MLIBSEXY} && ! ${PORT_OPTIONS:MGTKSPELL} && ! ${PORT_OPTIONS:MSTATIC}
> > CONFIGURE_ARGS+=--enable-spell=none
> > .endif
> >
> > +.if ${PORT_OPTIONS:MLIBSEXY} || ${PORT_OPTIONS:MGTKSPELL} || ${PORT_OPTIONS:MSTATIC}
> > +RUN_DEPENDS+=aspell:${PORTSDIR}/textproc/en-aspell
> > +.endif
> > +
> > .if ${PORT_OPTIONS:MSTATIC}
> > CONFIGURE_ARGS+=--enable-spell=static
> > .endif
> Shouldn't this be textproc/aspell ? The aspell binary is in that port
> and en-aspell only has EN dictionaries etc.
For test I have deleted all aspell Ports
pkg info | grep aspell
nothing
/usr/ports/textproc/aspell/ ; make reinstall
pkg info | grep aspell
aspell-0.60.6.1_2 Spelling checker with better suggestion logic than ispell
pkg delete -f aspell-0.60.6.1_2
Also is needed to install textproc/en-aspell which install textproc/aspell
/usr/ports/textproc/en-aspell ; make reinstall
pkg info | grep aspell
aspell-0.60.6.1_2 Spelling checker with better suggestion logic than ispell
en-aspell-7.1.0_1 Aspell English dictionaries
More information about the svn-ports-all
mailing list