diff options
Diffstat (limited to 'devel/py-iso8601/Makefile')
-rw-r--r-- | devel/py-iso8601/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-iso8601/Makefile b/devel/py-iso8601/Makefile index be94a249ecee..222b89c34854 100644 --- a/devel/py-iso8601/Makefile +++ b/devel/py-iso8601/Makefile @@ -20,9 +20,8 @@ OPTIONS_DEFINE= TESTS TESTS_DESC= Install tools to run test suite TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist regression-test: extract @cd ${WRKSRC} && py.test |