diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-03 08:31:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-12-03 08:31:37 +0000 |
commit | 02d9d78d2c85cf1fb7a7d15a8134425132b69b7a (patch) | |
tree | 2be7f5e6a6fd9122750215e2b264f7ae8cd83180 | |
parent | security/p5-Crypt-RSA-Parse: 0.041 -> 0.043 (diff) |
- Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
-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 |