diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:21:26 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:21:26 +0000 |
commit | 2f71940292af6b2d050e8b473d717357401b40fc (patch) | |
tree | ca40f6c4e7288356261302ad77c108990435520e /net/turses | |
parent | e681bc51231baa49b0184bf6fe94fd704a352ada (diff) | |
download | ports-2f71940292af6b2d050e8b473d717357401b40fc.tar.gz ports-2f71940292af6b2d050e8b473d717357401b40fc.zip |
Notes
Diffstat (limited to 'net/turses')
-rw-r--r-- | net/turses/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/turses/Makefile b/net/turses/Makefile index a1f2d7c1a8c9..7a60b0395213 100644 --- a/net/turses/Makefile +++ b/net/turses/Makefile @@ -23,9 +23,8 @@ OPTIONS_DEFINE= TESTS TESTS_DESC= Install tools for unit tests TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test |