summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolivierd <olivierd@FreeBSD.org>2017-03-03 09:08:51 +0000
committerolivierd <olivierd@FreeBSD.org>2017-03-03 09:08:51 +0000
commit71fa80600e2fa7d5f924d02117096694b3e7c402 (patch)
treec8e2fbe1c242be08dbac006ed900c52ef8eeb027
parent38dd57e06729581450dde0edc12ee4f1d15d4656 (diff)
downloadFreeBSD-ports-71fa80600e2fa7d5f924d02117096694b3e7c402.zip
FreeBSD-ports-71fa80600e2fa7d5f924d02117096694b3e7c402.tar.gz
- Add concurrent variable in USE_PYTHON
- Bump PORTREVISION PR: 217207 Submitted by: John W. O'Brien
-rw-r--r--www/py-flask/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-flask/Makefile b/www/py-flask/Makefile
index 35f74fc..c90148f 100644
--- a/www/py-flask/Makefile
+++ b/www/py-flask/Makefile
@@ -3,6 +3,7 @@
PORTNAME= Flask
PORTVERSION= 0.12
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}werkzeug>=0.11:www/py-werkzeug \
${PYTHON_PKGNAMEPREFIX}click>=6.6:devel/py-click
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>
OpenPOWER on IntegriCloud