diff options
Diffstat (limited to 'devel/py-python-easyconfig/Makefile')
-rw-r--r-- | devel/py-python-easyconfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-python-easyconfig/Makefile b/devel/py-python-easyconfig/Makefile index 5da58fb58a43..28cc47eeb0dc 100644 --- a/devel/py-python-easyconfig/Makefile +++ b/devel/py-python-easyconfig/Makefile @@ -1,5 +1,6 @@ PORTNAME= python-easyconfig PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ WWW= https://github.com/RussellLuo/easyconfig LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>3.10:devel/py-yaml@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>3.10:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>1.9.0:devel/py-six@${PY_FLAVOR} USES= python |