diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:29:51 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:29:51 +0000 |
commit | f850cf2ff02e845bcec03dff14fa110cb5808d6a (patch) | |
tree | 68b40f3f4036b306637ebfb7679083aa441086a8 /net-im/py-libturpial | |
parent | 2f71940292af6b2d050e8b473d717357401b40fc (diff) |
Notes
Diffstat (limited to 'net-im/py-libturpial')
-rw-r--r-- | net-im/py-libturpial/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/py-libturpial/Makefile b/net-im/py-libturpial/Makefile index 1c9905d211ff..64e3819381f9 100644 --- a/net-im/py-libturpial/Makefile +++ b/net-im/py-libturpial/Makefile @@ -17,9 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=3.4.0:${PORTSDIR}/devel/py-simpl ${PYTHON_PKGNAMEPREFIX}oauth>=1.0.1:${PORTSDIR}/net/py-oauth \ ${PYTHON_PKGNAMEPREFIX}requests>=2.2.0:${PORTSDIR}/www/py-requests -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist post-extract: ${RM} -r ${WRKSRC}/tests |