svn commit: r327440 - in head/irc/hexchat: . files

Koop Mast kwm at rainbow-runner.nl
Tue Sep 17 07:12:48 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.

-Koop


More information about the svn-ports-all mailing list