aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net-p2p/bitcoin/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile
index 212bf1391394..bbe82c955d48 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -3,6 +3,7 @@
PORTNAME= bitcoin
PORTVERSION= 0.10.0
+PORTREVISION= 1
CATEGORIES= net-p2p finance
MAINTAINER= robbak@robbak.com
@@ -63,6 +64,8 @@ QRCODES_CONFIGURE_WITH= qrencode
QRCODES_LIB_DEPENDS= libqrencode.so:${PORTSDIR}/graphics/libqrencode
WALLET_CONFIGURE_ENABLE= wallet
+WALLET_CXXFLAGS= -I${BDB_INCLUDE_DIR}
+WALLET_LIBS= -L${BDB_LIB_DIR}
WALLET_USE= BDB=48
GH_ACCOUNT= bitcoin