Index: bitcoin/Makefile =================================================================== --- bitcoin/Makefile (revision 382057) +++ bitcoin/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= bitcoin PORTVERSION= 0.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p finance MAINTAINER= robbak@robbak.com Index: bitcoin-daemon/Makefile =================================================================== --- bitcoin-daemon/Makefile (revision 382057) +++ bitcoin-daemon/Makefile (working copy) @@ -8,7 +8,7 @@ SLAVE_PORT= yes OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET -OPTIONS_DEFAULT= HARDENING TESTS WALLET +OPTIONS_DEFAULT= HARDENING WALLET CONFIGURE_ARGS= --with-daemon \ --without-gui \ Index: bitcoin-utils/Makefile =================================================================== --- bitcoin-utils/Makefile (revision 382057) +++ bitcoin-utils/Makefile (working copy) @@ -7,7 +7,7 @@ SLAVE_PORT= yes OPTIONS_DEFINE= DEBUG HARDENING TESTS -OPTIONS_DEFAULT= HARDENING TESTS +OPTIONS_DEFAULT= HARDENING CONFIGURE_ARGS= --without-daemon \ --without-gui \