diff options
Diffstat (limited to 'security/py-artifacts/Makefile')
-rw-r--r-- | security/py-artifacts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-artifacts/Makefile b/security/py-artifacts/Makefile index 289161cad579..744d42ab7c0d 100644 --- a/security/py-artifacts/Makefile +++ b/security/py-artifacts/Makefile @@ -1,5 +1,6 @@ PORTNAME= artifacts PORTVERSION= 20230928 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= PYPI \ https://github.com/ForensicArtifacts/artifacts/releases/download/${PORTVERSION}/ @@ -12,7 +13,7 @@ WWW= https://github.com/ForensicArtifacts/artifacts LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=3.10:devel/py-pyyaml@${PY_FLAVOR} NO_ARCH= yes USES= python |