summaryrefslogtreecommitdiff
path: root/devel/py-acstore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-acstore/Makefile')
-rw-r--r--devel/py-acstore/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-acstore/Makefile b/devel/py-acstore/Makefile
index 5bb5aabdc7cc..7b24116b7008 100644
--- a/devel/py-acstore/Makefile
+++ b/devel/py-acstore/Makefile
@@ -1,5 +1,6 @@
PORTNAME= acstore
PORTVERSION= 20230519
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI \
https://github.com/log2timeline/acstore/releases/download/${PORTVERSION}/
@@ -13,7 +14,7 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR}
NO_ARCH= yes
USES= python