aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2022-04-17 18:08:33 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2022-04-17 18:09:51 +0000
commit08a7ef43e4dd34cfb6e7152f7ce742b4f2ac1def (patch)
tree06f9321813c8e954210e25eacf54f91e361f041e
parent25aa2495576a8b365d35850ae57126abde11d52f (diff)
downloadports-08a7ef43e4dd34cfb6e7152f7ce742b4f2ac1def.tar.gz
ports-08a7ef43e4dd34cfb6e7152f7ce742b4f2ac1def.zip
www/seahub: Add missing depend
Added missing depend that was removed from upstream dependancy.
-rw-r--r--www/seahub/Makefile3
1 files changed, 2 insertions, 1 deletions
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