diff options
author | antoine <antoine@FreeBSD.org> | 2018-03-27 04:58:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-03-27 04:58:14 +0800 |
commit | 44b30f02d90ab1fb907c8d0e64de23b99f5ed512 (patch) | |
tree | d0e5bede28259b744bc9692c1b61b0629da970aa /net-p2p/bitcoin-utils | |
parent | bc931da143958d35f7b11b8edd17f2f4920f35d4 (diff) | |
download | freebsd-ports-gnome-44b30f02d90ab1fb907c8d0e64de23b99f5ed512.tar.gz freebsd-ports-gnome-44b30f02d90ab1fb907c8d0e64de23b99f5ed512.tar.zst freebsd-ports-gnome-44b30f02d90ab1fb907c8d0e64de23b99f5ed512.zip |
Revert r465619 and r465623, the use of PORT_OPTIONS and option helpers is
incorrect
With hat: portmgr
Diffstat (limited to 'net-p2p/bitcoin-utils')
-rw-r--r-- | net-p2p/bitcoin-utils/Makefile | 4 |
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 \ |