summaryrefslogtreecommitdiff
path: root/sysutils/docker-compose/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/docker-compose/Makefile')
-rw-r--r--sysutils/docker-compose/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/docker-compose/Makefile b/sysutils/docker-compose/Makefile
index 4828ae40ac0c..e0d7c6dc20e4 100644
--- a/sysutils/docker-compose/Makefile
+++ b/sysutils/docker-compose/Makefile
@@ -1,6 +1,6 @@
PORTNAME= docker-compose
PORTVERSION= 1.24.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils python
MASTER_SITES= PYPI
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cached-property>=1.2.0:devel/py-cached-prope
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}texttable>=0.9.0:textproc/py-texttable@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}websocket-client>=0.32.0:www/py-websocket-client@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}pyyaml>=3.11:devel/py-pyyaml@${PY_FLAVOR}
NO_ARCH= yes
USES= python