diff options
author | yuri <yuri@FreeBSD.org> | 2018-08-14 04:41:57 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-08-14 04:41:57 +0800 |
commit | 6c4b9c1ead93b0f8f1a57571ace12377f337762f (patch) | |
tree | b5f1afd6d76f51663853bd1665ea09189cd31fef /www | |
parent | 50696246bf056eb7eb31edc78d7d496f5b24bd6d (diff) | |
download | freebsd-ports-gnome-6c4b9c1ead93b0f8f1a57571ace12377f337762f.tar.gz freebsd-ports-gnome-6c4b9c1ead93b0f8f1a57571ace12377f337762f.tar.zst freebsd-ports-gnome-6c4b9c1ead93b0f8f1a57571ace12377f337762f.zip |
www/py-bottle: Add USE_PYTHON=concurrent due to bin/bottle.py being installed
Approved by: portmgr
Diffstat (limited to 'www')
-rw-r--r-- | www/py-bottle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-bottle/Makefile b/www/py-bottle/Makefile index 6443d834fe8f..a9dec7668f8f 100644 --- a/www/py-bottle/Makefile +++ b/www/py-bottle/Makefile @@ -3,7 +3,7 @@ PORTNAME= bottle PORTVERSION= 0.12.13 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,6 @@ COMMENT= Fast and simple WSGI-framework for small web-applications LICENSE= MIT USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> |