diff options
Diffstat (limited to 'textproc/py-asciinema/Makefile')
-rw-r--r-- | textproc/py-asciinema/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-asciinema/Makefile b/textproc/py-asciinema/Makefile index cfc3e9338b08..65b957115126 100644 --- a/textproc/py-asciinema/Makefile +++ b/textproc/py-asciinema/Makefile @@ -12,8 +12,7 @@ COMMENT= Tool for recording and sharing terminal sessions RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:${PORTSDIR}/www/py-requests -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |