diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-17 05:24:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-17 05:24:15 +0800 |
commit | 32a22f44b2023702c43b3b7e59414a4cfb7cc87e (patch) | |
tree | 3f594e8149e5a7fd50363213244b1282ab8b6d17 /textproc | |
parent | 7e09759e0ecf6559757b8037b152f7bdca2cda53 (diff) | |
download | freebsd-ports-gnome-32a22f44b2023702c43b3b7e59414a4cfb7cc87e.tar.gz freebsd-ports-gnome-32a22f44b2023702c43b3b7e59414a4cfb7cc87e.tar.zst freebsd-ports-gnome-32a22f44b2023702c43b3b7e59414a4cfb7cc87e.zip |
Fix depends
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-pyes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-pyes/Makefile b/textproc/py-pyes/Makefile index 8b68b7f4dc76..17421f505fa7 100644 --- a/textproc/py-pyes/Makefile +++ b/textproc/py-pyes/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dvl@FreeBSD.org COMMENT= Python connector for ElasticSearch - the pythonic way to use ElasticSearch -RUN_DEPENDS= py-six>=0:${PORTSDIR}/devel/py-six \ - py-urllib3>=0:${PORTSDIR}/net/py-urllib3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}urllib3>=0:${PORTSDIR}/net/py-urllib3 USES= python:2 USE_PYTHON= distutils autoplist |