diff options
Diffstat (limited to 'finance/py-ofxparse/Makefile')
-rw-r--r-- | finance/py-ofxparse/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/finance/py-ofxparse/Makefile b/finance/py-ofxparse/Makefile index d1f88ff9498b..817688f57530 100644 --- a/finance/py-ofxparse/Makefile +++ b/finance/py-ofxparse/Makefile @@ -1,6 +1,5 @@ PORTNAME= ofxparse -PORTVERSION= 0.20 -PORTREVISION= 3 +PORTVERSION= 0.21 CATEGORIES= finance python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} |