diff options
Diffstat (limited to 'devel/py-unittest2/Makefile')
-rw-r--r-- | devel/py-unittest2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/py-unittest2/Makefile b/devel/py-unittest2/Makefile index 322acab8df0b..f62571332e92 100644 --- a/devel/py-unittest2/Makefile +++ b/devel/py-unittest2/Makefile @@ -12,9 +12,7 @@ COMMENT= Unittest features for Python 2.7 backported to Python 2.3+ LICENSE= BSD3CLAUSE -USES= zip -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 zip +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |