aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/bitcoin-daemon
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-12-21 09:31:25 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-12-21 09:31:25 +0000
commitad371d6d2f28edb06ce269758f8a48dd2a830059 (patch)
treea9846ae0fefe9b6a1c249fec1396d587456b79d5 /net-p2p/bitcoin-daemon
parentb1b7d0d33dc0b7fff82f31aff49976b4b45c7f86 (diff)
downloadports-ad371d6d2f28edb06ce269758f8a48dd2a830059.tar.gz
ports-ad371d6d2f28edb06ce269758f8a48dd2a830059.zip
Use a more modern way of distinguishing "big-endian platforms".
This will attempt builds on arm platforms on the cluster. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=456900
Diffstat (limited to 'net-p2p/bitcoin-daemon')
-rw-r--r--net-p2p/bitcoin-daemon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile
index 3045aaf97f41..050de2f78d18 100644
--- a/net-p2p/bitcoin-daemon/Makefile
+++ b/net-p2p/bitcoin-daemon/Makefile
@@ -8,8 +8,8 @@ COMMENT= Virtual Peer-to-Peer Currency (Daemon)
SLAVE_PORT= yes
-ONLY_FOR_ARCHS= amd64 i386
-ONLY_FOR_ARCHS_REASON= does not support big-endian architectures
+NOT_FOR_ARCHS= powerpc powerpc64 sparc64
+NOT_FOR_ARCHS_REASON= does not support big-endian architectures
OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET ZMQ
OPTIONS_DEFAULT= HARDENING UPNP WALLET