git: 5d641d64fcb1 - main - www/py-lektor: mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Feb 2024 06:06:19 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d641d64fcb15df366e4937d1e23b10908503f0e commit 5d641d64fcb15df366e4937d1e23b10908503f0e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-17 05:33:13 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-17 06:05:52 +0000 www/py-lektor: mark BROKEN Error: depends on package: py39-Flask>=0 - not found --- www/py-lektor/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/py-lektor/Makefile b/www/py-lektor/Makefile index 8d99549a7c7b..3f70751d90fb 100644 --- a/www/py-lektor/Makefile +++ b/www/py-lektor/Makefile @@ -10,6 +10,8 @@ WWW= https://www.getlektor.com/ LICENSE= BSD3CLAUSE +BROKEN= depends on package: py39-Flask>=0 - not found + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ExifRead>=0:graphics/py-exifread@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flask>=0:www/py-flask@${PY_FLAVOR} \