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-p2p/py-vertex | |
parent | 2f71940292af6b2d050e8b473d717357401b40fc (diff) | |
download | ports-f850cf2ff02e845bcec03dff14fa110cb5808d6a.tar.gz ports-f850cf2ff02e845bcec03dff14fa110cb5808d6a.zip |
Notes
Diffstat (limited to 'net-p2p/py-vertex')
-rw-r--r-- | net-p2p/py-vertex/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-p2p/py-vertex/Makefile b/net-p2p/py-vertex/Makefile index 6499fbb6bf91..5ed40403a123 100644 --- a/net-p2p/py-vertex/Makefile +++ b/net-p2p/py-vertex/Makefile @@ -18,9 +18,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/epsilon/__init__.py:${PORTSDIR}/devel/py-epsil LICENSE= BSD -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes -USES= twisted +USES= python twisted +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |