aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/bitcoin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/bitcoin/Makefile')
-rw-r--r--net-p2p/bitcoin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile
index df611c153797..30a8f50b60b7 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bitcoin
PORTVERSION= 0.17.1
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= net-p2p finance
MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/:DEFAULT \
LOCAL/swills:icon
@@ -42,7 +42,7 @@ TESTS_PLIST_FILES= bin/test_bitcoin-qt \
OPTIONS_DEFINE?= DBUS DEBUG HARDENING QRCODES TESTS UPNP ZMQ
OPTIONS_RADIO?= WALLET
OPTIONS_RADIO_WALLET?= WALLET_BDB48 WALLET_BDBMODERN
-OPTIONS_DEFAULT?= DBUS HARDENING QRCODES UPNP WALLET_BDBMODERN
+OPTIONS_DEFAULT?= DBUS HARDENING QRCODES UPNP WALLET_BDBMODERN ZMQ
OPTIONS_SUB= yes
HARDENING_DESC= Attempt to harden binaries (PIE for ASLR, NX Stack)