diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /finance/bitcoin-armory | |
parent | 6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff) | |
download | ports-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.tar.gz ports-f7455240e3b2acb3cd4804dac9a3afe2582a0a96.zip |
Notes
Diffstat (limited to 'finance/bitcoin-armory')
-rw-r--r-- | finance/bitcoin-armory/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/bitcoin-armory/Makefile b/finance/bitcoin-armory/Makefile index 2a4396a92862..bb2ee1f77f17 100644 --- a/finance/bitcoin-armory/Makefile +++ b/finance/bitcoin-armory/Makefile @@ -4,7 +4,7 @@ PORTNAME= BitcoinArmory PORTVERSION= 0.93.3 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= finance MAINTAINER= yuri@rawbw.com @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=14.0.0:devel/py-twisted@${PY_FLAVOR USE_GITHUB= yes GH_ACCOUNT= etotheipi -USES= compiler:c++11-lang compiler:c++11-lib gmake pyqt:4 python:2 shebangfix +USES= compiler:c++11-lang compiler:c++11-lib gmake pyqt:4 python:2.7 shebangfix USE_PYQT= core_run gui_run SHEBANG_FILES= ArmoryQt.py extras/extractKeysFromWallet.py CPPFLAGS+= -I${LOCALBASE}/include |