diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-24 13:57:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-24 13:57:20 +0000 |
commit | 591948f14a71f179ceaf37a74c15c6f9a8b9eca2 (patch) | |
tree | 41a9e306bab3b80bd3787e883072354593498af6 /finance | |
parent | fb28d26ea100dbc5e98f7795f17c94feb3e42f52 (diff) |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/py-ofxparse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/py-ofxparse/Makefile b/finance/py-ofxparse/Makefile index e1a21a7e5b51..06cb08b8580b 100644 --- a/finance/py-ofxparse/Makefile +++ b/finance/py-ofxparse/Makefile @@ -2,7 +2,7 @@ PORTNAME= ofxparse PORTVERSION= 0.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Tools for working with the OFX file format LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup448>0:www/py-beautifulsoup448@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} |