diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-30 07:16:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-30 07:16:01 +0000 |
commit | 86e065353bf0278cfc57017666af1acf335578a7 (patch) | |
tree | 357b31558ebe587615614b0fe146c472ac7344bf /www | |
parent | 7b18b0f596dbe9e0eea3037cfb832290097c8e83 (diff) | |
download | ports-86e065353bf0278cfc57017666af1acf335578a7.tar.gz ports-86e065353bf0278cfc57017666af1acf335578a7.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/py-httpx/Makefile | 4 |
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> |