Date: Tue, 17 Sep 2013 09:12:38 +0200 From: Koop Mast <kwm@rainbow-runner.nl> To: Rusmir Dusko <nemysis@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r327440 - in head/irc/hexchat: . files Message-ID: <523800E6.1080909@rainbow-runner.nl> In-Reply-To: <201309162055.r8GKt3ee012446@svn.freebsd.org> References: <201309162055.r8GKt3ee012446@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?523800E6.1080909>