port bitcoin: fix buildbot building remove autogen.sh script from configure command enable autoreconf and append needed flags from autogen.sh script
--- 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