diff options
Diffstat (limited to 'textproc/py-elasticsearch5/Makefile')
-rw-r--r-- | textproc/py-elasticsearch5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-elasticsearch5/Makefile b/textproc/py-elasticsearch5/Makefile index 9aeba334509c..895e8f6c6120 100644 --- a/textproc/py-elasticsearch5/Makefile +++ b/textproc/py-elasticsearch5/Makefile @@ -13,7 +13,7 @@ COMMENT= Official Python low-level client for Elasticsearch LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.8.2:net/py-urllib3@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.8.2:net/py-urllib3@${PY_FLAVOR} CONFLICTS= ${PYTHON_PKGNAMEPREFIX}elasticsearch-[0-9]* |