diff options
-rw-r--r-- | archivers/py-brotli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/py-brotli/Makefile b/archivers/py-brotli/Makefile index dc3655e33e38..9ea68d44c7ff 100644 --- a/archivers/py-brotli/Makefile +++ b/archivers/py-brotli/Makefile @@ -3,7 +3,7 @@ PORTNAME= brotli PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ COMMENT= Generic-purpose lossless compression algorithm LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= compiler:c++0x python zip PLIST_FILES= bin/brotli |