diff options
Diffstat (limited to 'devel/py-jmespath')
-rw-r--r-- | devel/py-jmespath/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-jmespath/Makefile b/devel/py-jmespath/Makefile index b1936af350e0..83b4a1917746 100644 --- a/devel/py-jmespath/Makefile +++ b/devel/py-jmespath/Makefile @@ -14,8 +14,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.4:${PORTSDIR}/devel/py-ply -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |