diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:18:18 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 17:18:18 +0000 |
commit | a1190ace4537ccc1cb0ff206ca1a645f482125f0 (patch) | |
tree | 0074a39ed11763aa9c49d62ad3027666e3f087cc /finance/electrum | |
parent | a76a739bfee70a90d3c0fd36b7a1a7171ced813c (diff) |
Notes
Diffstat (limited to 'finance/electrum')
-rw-r--r-- | finance/electrum/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile index 5db061af3e5a..8fbf3776e662 100644 --- a/finance/electrum/Makefile +++ b/finance/electrum/Makefile @@ -17,9 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}slowaes>0:${PORTSDIR}/security/py-slowaes \ ${PYTHON_PKGNAMEPREFIX}ecdsa>0:${PORTSDIR}/security/py-ecdsa \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=4.10.3:${PORTSDIR}/x11-toolkits/py-qt4-gui -USE_PYTHON= -2.7 -USE_PYDISTUTILS=yes -USES= desktop-file-utils gettext +USES= desktop-file-utils gettext python:-2.7 +USE_PYTHON= distutils PYDISTUTILS_PKGNAME= Electrum post-patch: |