[109749] users/mojca/wxports
Ryan Schmidt
ryandesign at macports.org
Mon Aug 19 18:19:34 PDT 2013
On Aug 19, 2013, at 14:59, mojca at macports.org wrote:
> Revision: 109749
> https://trac.macports.org/changeset/109749
> Author: mojca at macports.org
> Date: 2013-08-19 12:59:15 -0700 (Mon, 19 Aug 2013)
> Log Message:
> -----------
> mojca/wxports: replace 'system' with more appropriate commands where possible
> Modified: users/mojca/wxports/math/fityk/Portfile
> pre-configure {
> - # TODO: dependency on autotools
> - system "cd ${worksrcpath} && autoreconf --install --verbose"
> + system -W ${worksrcpath} "autoreconf --install --verbose"
> }
Unless there are extenuating circumstances, running autoreconf is more simply accomplished with:
use_autoreconf yes
It adds the needed build dependencies for you too.
More information about the macports-dev
mailing list