diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-01-06 21:08:02 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-01-06 21:08:02 +0800 |
commit | 1e111b48521ce2d35bf864c25c92831d9f943bb0 (patch) | |
tree | f934ec830d2040babf23b166ed173a5309323c86 /finance/beancount | |
parent | 20868663c1a5b87a1ec20819a45f0a51b80a90da (diff) | |
download | freebsd-ports-gnome-1e111b48521ce2d35bf864c25c92831d9f943bb0.tar.gz freebsd-ports-gnome-1e111b48521ce2d35bf864c25c92831d9f943bb0.tar.zst freebsd-ports-gnome-1e111b48521ce2d35bf864c25c92831d9f943bb0.zip |
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)
Diffstat (limited to 'finance/beancount')
-rw-r--r-- | finance/beancount/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/beancount/Makefile b/finance/beancount/Makefile index 1a8ed6c8d81f..855a999fe652 100644 --- a/finance/beancount/Makefile +++ b/finance/beancount/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_F ${PYTHON_PKGNAMEPREFIX}python-magic>=0:devel/py-python-magic@${PY_FLAVOR} USES= python:3.5+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist distutils noflavors # Project hosted on Bitbucket BB_ACCOUNT= blais |