diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-27 06:32:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-27 06:32:32 +0800 |
commit | 99ec138461cb43088d61857ed96dad82fddd506a (patch) | |
tree | 029796c4fc364956dd2b57eaaf0154de7a03e797 /www | |
parent | c4c78a9dac63c41acbdd19ab0825e67b0414e328 (diff) | |
download | freebsd-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/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 |