diff options
-rw-r--r-- | www/seahub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seahub/Makefile b/www/seahub/Makefile index 864ab819ff0a..c1117dd79ab1 100644 --- a/www/seahub/Makefile +++ b/www/seahub/Makefile @@ -31,7 +31,7 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}MySQLdb>0:databases/py-MySQLdb@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qrcode>0:textproc/py-qrcode@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures@${PY_FLAVOR} + ${PY_FUTURES} USES= python:-2.7 shebangfix USE_GITHUB= yes |