aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2018-03-24 02:06:00 +0800
committerRichard Gallamore <ultima@FreeBSD.org>2018-03-24 02:06:00 +0800
commit0ec435275b33ef6c2a2aabde9d37b2c4bc971869 (patch)
tree5bf1dbd111505f5c6b9a759c42ef4ffe8eaa80af
parent1ad4448c4300fb5b70f1159917d572893b84135e (diff)
downloadfreebsd-ports-0ec435275b33ef6c2a2aabde9d37b2c4bc971869.tar.gz
freebsd-ports-0ec435275b33ef6c2a2aabde9d37b2c4bc971869.tar.zst
freebsd-ports-0ec435275b33ef6c2a2aabde9d37b2c4bc971869.zip
* Readd py-flup6 ad a depend
Running seahub in fastcgi mode requires flup6. Pointy hat: lwhsu
Notes
Notes: svn path=/head/; revision=465393
-rw-r--r--www/seahub/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/seahub/Makefile b/www/seahub/Makefile
index c1117dd79ab1..3273dc378ab7 100644
--- a/www/seahub/Makefile
+++ b/www/seahub/Makefile
@@ -23,6 +23,7 @@ RUN_DEPENDS= bash:shells/bash \
${PYTHON_PKGNAMEPREFIX}django-post_office>=0:www/py-django-post_office@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-constance>=0:www/py-django-constance@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gunicorn>=0:www/py-gunicorn@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}flup6>=0:www/py-flup6@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \