diff options
-rw-r--r-- | net-p2p/bitcoin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 76c1f2562dda..bcc7ed8077f8 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -73,7 +73,7 @@ TESTS_PLIST_FILES= bin/bench_bitcoin \ TESTS_PLIST_FILES+= bin/test_bitcoin-qt .endif -WALLET_USES= bdb:5+ sqlite:3 +WALLET_USES= bdb:5 sqlite:3 WALLET_CMAKE_ON= -DENABLE_WALLET=ON \ -DWARN_INCOMPATIBLE_BDB=OFF \ -DWITH_BDB=ON |