Revision: 118196 https://trac.macports.org/changeset/118196 Author: and.damore@macports.org Date: 2014-03-25 03:41:56 -0700 (Tue, 25 Mar 2014) Log Message: ----------- port bitcoin: fix buildbot building remove autogen.sh script from configure command enable autoreconf and append needed flags from autogen.sh script Modified Paths: -------------- trunk/dports/finance/bitcoin/Portfile Modified: trunk/dports/finance/bitcoin/Portfile =================================================================== --- trunk/dports/finance/bitcoin/Portfile 2014-03-25 08:33:46 UTC (rev 118195) +++ trunk/dports/finance/bitcoin/Portfile 2014-03-25 10:41:56 UTC (rev 118196) @@ -31,7 +31,8 @@ port:qt4-mac \ port:protobuf-cpp -configure.cmd ./autogen.sh && ./configure +use_autoreconf yes +autoreconf.args-append --force build.args appbundle build.jobs 1