diff options
Diffstat (limited to 'net-p2p/bitcoin-daemon/Makefile')
-rw-r--r-- | net-p2p/bitcoin-daemon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile index e0c6d70746ba..b4d28aa53042 100644 --- a/net-p2p/bitcoin-daemon/Makefile +++ b/net-p2p/bitcoin-daemon/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../bitcoin -PORTREVISION= 4 +PORTREVISION= 5 PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) @@ -14,7 +14,7 @@ NOT_FOR_ARCHS_REASON= does not support big-endian architectures OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP ZMQ # WALLET_BDBMODERN is a choice for WALLET, introduced via OPTIONS_RADIO=WALLET # from ${MASTERDIR}/Makefile -OPTIONS_DEFAULT= HARDENING UPNP WALLET_BDBMODERN +OPTIONS_DEFAULT= HARDENING UPNP WALLET_BDBMODERN ZMQ USERS= bitcoin GROUPS= bitcoin |