aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/litecoin-utils
diff options
context:
space:
mode:
authorChristopher Hall <hsw@bitmark.com>2022-05-20 16:48:19 +0000
committerGleb Popov <arrowd@FreeBSD.org>2022-05-24 12:38:26 +0000
commit0f607032e9e535ab288eab5bfdb350df4ab521db (patch)
tree88f04201e4cfefb6859023eb46ab212fa4da8edc /net-p2p/litecoin-utils
parent969f058c9cee699abc13ba9426bad593fe3b2e28 (diff)
downloadports-0f607032e9e535ab288eab5bfdb350df4ab521db.tar.gz
ports-0f607032e9e535ab288eab5bfdb350df4ab521db.zip
net-p2p/litecoin: update to 0.21.2
Summary: Update litecoin and associated ports to 0.21.2 Reviewed by: diizzy, arrowd Differential Revision: https://reviews.freebsd.org/D35210
Diffstat (limited to 'net-p2p/litecoin-utils')
-rw-r--r--net-p2p/litecoin-utils/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/litecoin-utils/Makefile b/net-p2p/litecoin-utils/Makefile
index f06abba68ba8..270eb8fcfb37 100644
--- a/net-p2p/litecoin-utils/Makefile
+++ b/net-p2p/litecoin-utils/Makefile
@@ -5,9 +5,8 @@ PKGNAMESUFFIX= -utils
COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities)
SLAVE_PORT= yes
-OPTIONS_DEFINE= DEBUG HARDENING TESTS
+OPTIONS_DEFINE= DEBUG HARDENING TESTS ZMQ
OPTIONS_RADIO=
-OPTIONS_DEFAULT= HARDENING TESTS
PKGHELP= ${NONEXISTENT}
@@ -20,6 +19,8 @@ CONFIGURE_ARGS= --without-daemon \
--disable-wallet
PLIST_FILES= bin/litecoin-cli bin/litecoin-tx \
- man/man1/litecoin-cli.1.gz man/man1/litecoin-tx.1.gz
+ man/man1/litecoin-cli.1.gz man/man1/litecoin-tx.1.gz \
+ bin/litecoin-wallet \
+ man/man1/litecoin-wallet.1.gz
.include "${MASTERDIR}/Makefile"