aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/bitcoin-daemon
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-09-25 00:05:05 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-09-25 00:05:05 +0000
commit7e21a6476a66bd0d11b88a9d798624831fee469c (patch)
tree38af65c6adad16dba1e13346ecb52295abff07e6 /net-p2p/bitcoin-daemon
parenta38219861723215d3c7d044cc973c09fd60c0646 (diff)
downloadports-7e21a6476a66bd0d11b88a9d798624831fee469c.tar.gz
ports-7e21a6476a66bd0d11b88a9d798624831fee469c.zip
devel/boost-*: enable C++11 features
PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
Notes
Notes: svn path=/head/; revision=450557
Diffstat (limited to 'net-p2p/bitcoin-daemon')
-rw-r--r--net-p2p/bitcoin-daemon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile
index 52820693c101..bb0c04583fbf 100644
--- a/net-p2p/bitcoin-daemon/Makefile
+++ b/net-p2p/bitcoin-daemon/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../bitcoin
+PORTREVISION= 1
PKGNAMESUFFIX= -daemon
COMMENT= Virtual Peer-to-Peer Currency (Daemon)