git: 08a7ef43e4dd - main - www/seahub: Add missing depend
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Apr 2022 18:10:50 UTC
The branch main has been updated by ultima: URL: https://cgit.FreeBSD.org/ports/commit/?id=08a7ef43e4dd34cfb6e7152f7ce742b4f2ac1def commit 08a7ef43e4dd34cfb6e7152f7ce742b4f2ac1def Author: Richard Gallamore <ultima@FreeBSD.org> AuthorDate: 2022-04-17 18:08:33 +0000 Commit: Richard Gallamore <ultima@FreeBSD.org> CommitDate: 2022-04-17 18:09:51 +0000 www/seahub: Add missing depend Added missing depend that was removed from upstream dependancy. --- www/seahub/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/seahub/Makefile b/www/seahub/Makefile index 527f0bb8c744..3dd35a32c4f9 100644 --- a/www/seahub/Makefile +++ b/www/seahub/Makefile @@ -34,7 +34,8 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:www/py-requests-oauthlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysaml26>=6.5.1:security/py-pysaml26@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pymysql>0:databases/py-pymysql@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cffi>=1.14.0:devel/py-cffi@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}cffi>=1.14.0:devel/py-cffi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} USES= gettext-tools:build python:3.7+ shebangfix USE_GITHUB= yes