diff options
Diffstat (limited to 'devel/py-xmltodict/Makefile')
-rw-r--r-- | devel/py-xmltodict/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-xmltodict/Makefile b/devel/py-xmltodict/Makefile index ae0ab322fe64..c4cda3db6c55 100644 --- a/devel/py-xmltodict/Makefile +++ b/devel/py-xmltodict/Makefile @@ -14,9 +14,8 @@ LICENSE= MIT TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose:${PORTSDIR}/devel/py-nose -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist regression-test: build @cd ${WRKSRC} && nosetests |