aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-08-30 07:16:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-08-30 07:16:01 +0000
commit86e065353bf0278cfc57017666af1acf335578a7 (patch)
tree357b31558ebe587615614b0fe146c472ac7344bf /www
parent7b18b0f596dbe9e0eea3037cfb832290097c8e83 (diff)
downloadports-86e065353bf0278cfc57017666af1acf335578a7.tar.gz
ports-86e065353bf0278cfc57017666af1acf335578a7.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/py-httpx/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-httpx/Makefile b/www/py-httpx/Makefile
index af3ca01bc82d..d673f112934d 100644
--- a/www/py-httpx/Makefile
+++ b/www/py-httpx/Makefile
@@ -25,10 +25,12 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-OPTIONS_DEFINE= HTTP2
+OPTIONS_DEFINE= BROTLI HTTP2
OPTIONS_DEFAULT=HTTP2
+BROTLI_DESC= Brotli support
HTTP2_DESC= HTTP/2 support
+BROTLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotlipy>=0.7.0<0.8:archivers/py-brotlipy@${PY_FLAVOR}
HTTP2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3.0<4:www/py-h2@${PY_FLAVOR}
.include <bsd.port.mk>