aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-02-27 06:32:32 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-02-27 06:32:32 +0800
commit99ec138461cb43088d61857ed96dad82fddd506a (patch)
tree029796c4fc364956dd2b57eaaf0154de7a03e797 /www
parentc4c78a9dac63c41acbdd19ab0825e67b0414e328 (diff)
downloadfreebsd-ports-gnome-99ec138461cb43088d61857ed96dad82fddd506a.tar.gz
freebsd-ports-gnome-99ec138461cb43088d61857ed96dad82fddd506a.tar.zst
freebsd-ports-gnome-99ec138461cb43088d61857ed96dad82fddd506a.zip
Simplify Makefile: use PY_FUTURES
With hat: python
Diffstat (limited to 'www')
-rw-r--r--www/seahub/Makefile2
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