aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2015-02-24 11:37:49 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2015-02-24 11:37:49 +0000
commita2ba617492c787edc707fd25c6414b2fb9d99982 (patch)
tree09f645f33f3cd624ffa9c486c094056ed79b984c /net-p2p
parent8509237026352406a827f1d9ba6c1201a6d0edb1 (diff)
Notes
Diffstat (limited to 'net-p2p')
-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