summaryrefslogtreecommitdiff
path: root/finance/fava
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-01-06 13:08:02 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-01-06 13:08:02 +0000
commit1e111b48521ce2d35bf864c25c92831d9f943bb0 (patch)
treef934ec830d2040babf23b166ed173a5309323c86 /finance/fava
parentdeskutils/virt-manager: add USE_PYTHON=noflavors (diff)
finance/beancount, finance/fava: add USE_PYTHON=noflavors
[00:01:44] Warning: (finance/beancount@py37): Error: Duplicated origin for beancount-2.1.3: finance/beancount@py37 AND finance/beancount. Rerun with -v to see which ports are depending on these. [00:01:44] Warning: (finance/beancount@py35): Error: Duplicated origin for beancount-2.1.3: finance/beancount@py35 AND finance/beancount. Rerun with -v to see which ports are depending on these. [00:01:44] Warning: (finance/fava@py35): Error: Duplicated origin for fava-1.9: finance/fava@py35 AND finance/fava. Rerun with -v to see which ports are depending on these. [00:01:44] Warning: (finance/fava@py37): Error: Duplicated origin for fava-1.9: finance/fava@py37 AND finance/fava. Rerun with -v to see which ports are depending on these. Approved by: portmgr (antoine)
Notes
Notes: svn path=/head/; revision=489488
Diffstat (limited to 'finance/fava')
-rw-r--r--finance/fava/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/fava/Makefile b/finance/fava/Makefile
index 8c4f184c4976..d26e3db2c2ab 100644
--- a/finance/fava/Makefile
+++ b/finance/fava/Makefile
@@ -23,6 +23,6 @@ RUN_DEPENDS= beancount>=2.1.2:finance/beancount \
${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR}
USES= python:3.5+ # same as finance/beancount
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist distutils noflavors
.include <bsd.port.mk>