diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-05-01 09:50:43 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-05-01 09:50:43 +0000 |
commit | 5f893fee5f3734e02cf8df3b22fa291e6cad5830 (patch) | |
tree | aaf2f9b1a460f5a71da2c792cf6a772e8f5fb332 /net-p2p/bitcoin-utils | |
parent | 0b82b1aaeec21210085c04b88e0f9cfbfb227fcf (diff) | |
download | ports-5f893fee5f3734e02cf8df3b22fa291e6cad5830.tar.gz ports-5f893fee5f3734e02cf8df3b22fa291e6cad5830.zip |
Notes
Diffstat (limited to 'net-p2p/bitcoin-utils')
-rw-r--r-- | net-p2p/bitcoin-utils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/bitcoin-utils/Makefile b/net-p2p/bitcoin-utils/Makefile index 9bdd091896af..134d83a1717a 100644 --- a/net-p2p/bitcoin-utils/Makefile +++ b/net-p2p/bitcoin-utils/Makefile @@ -18,8 +18,7 @@ CONFIGURE_ARGS= --without-daemon \ --without-libs \ --without-qrencode \ --with-utils \ - --disable-wallet \ - --disable-reduce-exports + --disable-wallet PLIST_FILES= bin/bitcoin-cli bin/bitcoin-tx |