[Bug 271444] devel/py-flake8-pyi: Typo in Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 May 2023 05:29:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271444 Bug ID: 271444 Summary: devel/py-flake8-pyi: Typo in Makefile Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: freebsd-bug-report-yf@yf.bsdclub.org Assignee: sunpoet@FreeBSD.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) There exists a typo in RUN_DEPENDS definition in ".if ${PYTHON_REL} < 30900" block, which blocks make ports index. diff --git a/devel/py-flake8-pyi/Makefile b/devel/py-flake8-pyi/Makefile index 8c5edd6627e3..fd6d5d594b0e 100644 --- a/devel/py-flake8-pyi/Makefile +++ b/devel/py-flake8-pyi/Makefile @@ -24,7 +24,7 @@ NO_ARCH= yes .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 30900 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ast-decompiler>=0.7.0<1.0:deve/py-ast-decompiler@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ast-decompiler>=0.7.0<1.0:devel/py-ast-decompiler@${PY_FLAVOR} .endif .include <bsd.port.post.mk> -- You are receiving this mail because: You are the assignee for the bug.