diff options
Diffstat (limited to 'devel/py-testoob/Makefile')
-rw-r--r-- | devel/py-testoob/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/py-testoob/Makefile b/devel/py-testoob/Makefile index a54edddce1fb..006b0d9aeee9 100644 --- a/devel/py-testoob/Makefile +++ b/devel/py-testoob/Makefile @@ -15,10 +15,8 @@ COMMENT= Testoob is an advanced unit testing framework for PyUnit OPTIONS_DEFINE= TWISTED TWISTED_DESC= enable running in threads -USES= tar:bzip2 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python tar:bzip2 +USE_PYTHON= distutils autoplist .include <bsd.port.pre.mk> |