summaryrefslogtreecommitdiff
path: root/finance/electrum
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2020-10-26 09:43:22 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2020-10-26 09:43:22 +0000
commit110472a6cd03e0435ca1dc19b57bea9ccc88e6b1 (patch)
treeef5e4a5bad5ba7492e51cec5fe1f668a93331b23 /finance/electrum
parentUpdate to 2.3.0 release. (diff)
Add missing dependency.
PR: 250594 Submitted by: olevole@olevole.ru MFH: 2020Q4 (blanket)
Notes
Notes: svn path=/head/; revision=553328
Diffstat (limited to 'finance/electrum')
-rw-r--r--finance/electrum/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile
index 2dd0e361de53..0208c330cbf0 100644
--- a/finance/electrum/Makefile
+++ b/finance/electrum/Makefile
@@ -3,6 +3,7 @@
PORTNAME= electrum
PORTVERSION= 4.0.4
+PORTREVISION= 1
CATEGORIES= finance python
MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \
http://download.electrum.org/${PORTVERSION}/
@@ -32,7 +33,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp-socks>=0.3:net/py-aiohttp-socks@${PY
${PYTHON_PKGNAMEPREFIX}pycryptodomex>0:security/py-pycryptodomex@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}secp256k1>0:math/py-secp256k1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}bitstring>0:devel/py-bitstring@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}sqlite3>=3.7.9:databases/py-sqlite3@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils