diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /textproc/py-elasticsearch2-dsl-py/Makefile | |
parent | Simplify MASTER_SITES (diff) |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
Notes
Notes:
svn path=/head/; revision=462307
Diffstat (limited to 'textproc/py-elasticsearch2-dsl-py/Makefile')
-rw-r--r-- | textproc/py-elasticsearch2-dsl-py/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-elasticsearch2-dsl-py/Makefile b/textproc/py-elasticsearch2-dsl-py/Makefile index 09f3b75624a8..2930449d1829 100644 --- a/textproc/py-elasticsearch2-dsl-py/Makefile +++ b/textproc/py-elasticsearch2-dsl-py/Makefile @@ -3,7 +3,7 @@ PORTNAME= py-elasticsearch2-dsl-py PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= elastic GH_PROJECT= elasticsearch-dsl-py -USES= python:2 +USES= python:2.7 USE_PYTHON= autoplist distutils .include <bsd.port.mk> |