git: 78004db04a23 - main - www/py-lektor: add missing dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Oct 2021 19:09:57 UTC
The branch main has been updated by egypcio: URL: https://cgit.FreeBSD.org/ports/commit/?id=78004db04a23457a1a3d9886c38243793e39ba1a commit 78004db04a23457a1a3d9886c38243793e39ba1a Author: Vinícius Zavam <egypcio@FreeBSD.org> AuthorDate: 2021-10-24 19:09:43 +0000 Commit: Vinícius Zavam <egypcio@FreeBSD.org> CommitDate: 2021-10-24 19:09:43 +0000 www/py-lektor: add missing dependencies --- www/py-lektor/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/py-lektor/Makefile b/www/py-lektor/Makefile index feb8efebddc4..33a594a092f6 100644 --- a/www/py-lektor/Makefile +++ b/www/py-lektor/Makefile @@ -1,5 +1,6 @@ PORTNAME= Lektor PORTVERSION= 3.2.2 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +20,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.4:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}inifile>=0.4:devel/py-inifile@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}filetype>=0:devel/py-filetype@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-slugify>=0:textproc/py-python-slugify@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils