diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-12-03 16:31:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-12-03 16:31:37 +0800 |
commit | 557a1bbd26f541f74e802e20cf84aa67fe57590d (patch) | |
tree | 2be7f5e6a6fd9122750215e2b264f7ae8cd83180 /archivers/py-brotli | |
parent | 4a8668ae78b8a208029352b090dc2399f40cc8f5 (diff) | |
download | freebsd-ports-gnome-557a1bbd26f541f74e802e20cf84aa67fe57590d.tar.gz freebsd-ports-gnome-557a1bbd26f541f74e802e20cf84aa67fe57590d.tar.zst freebsd-ports-gnome-557a1bbd26f541f74e802e20cf84aa67fe57590d.zip |
- Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
Diffstat (limited to 'archivers/py-brotli')
-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 |