aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/bitcoin-utils
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-03-26 20:58:14 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-03-26 20:58:14 +0000
commitb702c5ec1e5f6f595f956da83a06790c54b6d952 (patch)
treed0e5bede28259b744bc9692c1b61b0629da970aa /net-p2p/bitcoin-utils
parentca70c04605f4b003427c6a34188077f004017507 (diff)
downloadports-b702c5ec1e5f6f595f956da83a06790c54b6d952.tar.gz
ports-b702c5ec1e5f6f595f956da83a06790c54b6d952.zip
Revert r465619 and r465623, the use of PORT_OPTIONS and option helpers is
incorrect With hat: portmgr
Notes
Notes: svn path=/head/; revision=465636
Diffstat (limited to 'net-p2p/bitcoin-utils')
-rw-r--r--net-p2p/bitcoin-utils/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-p2p/bitcoin-utils/Makefile b/net-p2p/bitcoin-utils/Makefile
index 0738be8a44d4..3830afccd4fe 100644
--- a/net-p2p/bitcoin-utils/Makefile
+++ b/net-p2p/bitcoin-utils/Makefile
@@ -10,9 +10,7 @@ NOT_FOR_ARCHS= powerpc powerpc64 sparc64
NOT_FOR_ARCHS_REASON= does not support big-endian architectures
OPTIONS_DEFINE= DEBUG HARDENING TESTS
-# BDBMODERN is a choice for BDBVER, introduced via OPTIONS_SINGLE=BDBVER
-# from ${MASTERDIR}/Makefile
-OPTIONS_DEFAULT= BDBMODERN HARDENING TESTS
+OPTIONS_DEFAULT= HARDENING TESTS
CONFIGURE_ARGS= --without-daemon \
--without-gui \