changeset 17:a3cb9ed08a83 origin

The latest SVN changes to the original of port www/uwsgi: using new stuff from US_PYTHON now: "concurrent" and "optsuffix"
author Franz Glasner <hg@dom66.de>
date Sun, 10 Dec 2017 17:33:15 +0100
parents 16556170d9cd
children 2c2d0daa31a2 9b7ee2483282
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sat Nov 11 00:07:00 2017 +0100
+++ b/Makefile	Sun Dec 10 17:33:15 2017 +0100
@@ -1,5 +1,5 @@
 # Created by: Daniel Gerzo <danger@FreeBSD.org>
-# $FreeBSD: head/www/uwsgi/Makefile 453888 2017-11-10 08:48:57Z eugen $
+# $FreeBSD: head/www/uwsgi/Makefile 455210 2017-11-30 15:50:30Z mat $
 
 PORTNAME=	uwsgi
 PORTVERSION=	2.0.15
@@ -14,7 +14,7 @@
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		pkgconfig python ssl
-USE_PYTHON=	distutils
+USE_PYTHON=	distutils concurrent optsuffix
 USE_RC_SUBR=	uwsgi
 
 CFLAGS+=	-I${OPENSSLINC}