Revision
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

Diff

Modified: trunk/dports/finance/bitcoin/Portfile (118195 => 118196)


--- 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