svn commit: r463086 - head/www/seahub

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 26 22:32:33 UTC 2018


Author: sunpoet
Date: Mon Feb 26 22:32:32 2018
New Revision: 463086
URL: https://svnweb.freebsd.org/changeset/ports/463086

Log:
  Simplify Makefile: use PY_FUTURES
  
  With hat:	python

Modified:
  head/www/seahub/Makefile

Modified: head/www/seahub/Makefile
==============================================================================
--- head/www/seahub/Makefile	Mon Feb 26 22:32:27 2018	(r463085)
+++ head/www/seahub/Makefile	Mon Feb 26 22:32:32 2018	(r463086)
@@ -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


More information about the svn-ports-head mailing list