diff options
Diffstat (limited to 'textproc/py-elasticsearch-dsl-py/Makefile')
-rw-r--r-- | textproc/py-elasticsearch-dsl-py/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-elasticsearch-dsl-py/Makefile b/textproc/py-elasticsearch-dsl-py/Makefile index efef7628661a..2317b2e3b6ee 100644 --- a/textproc/py-elasticsearch-dsl-py/Makefile +++ b/textproc/py-elasticsearch-dsl-py/Makefile @@ -3,7 +3,7 @@ PORTNAME= elasticsearch-dsl-py PORTVERSION= 0.0.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${FLAVOR} USE_GITHUB= yes GH_ACCOUNT= elastic -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils .include <bsd.port.mk> |