diff options
Diffstat (limited to 'devel/buildbot-slave/Makefile')
-rw-r--r-- | devel/buildbot-slave/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/buildbot-slave/Makefile b/devel/buildbot-slave/Makefile index 6dd5acb848af..649039c6818b 100644 --- a/devel/buildbot-slave/Makefile +++ b/devel/buildbot-slave/Makefile @@ -21,10 +21,8 @@ TESTS_DESC= Install py-mock for test suite TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} -USES= twisted:run,runner -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python twisted:run,runner +USE_PYTHON= distutils autoplist MAKE_ENV+= NO_INSTALL_REQS=1 |