aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/py-vertex
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-10-25 00:29:51 +0800
committermva <mva@FreeBSD.org>2014-10-25 00:29:51 +0800
commit9602e7be3cefab5a04d6cf3c09fdf9720bfb2c22 (patch)
tree68b40f3f4036b306637ebfb7679083aa441086a8 /net-p2p/py-vertex
parent7cb20804acb2b46d4c0c3489dd746591f311f6de (diff)
downloadfreebsd-ports-gnome-9602e7be3cefab5a04d6cf3c09fdf9720bfb2c22.tar.gz
freebsd-ports-gnome-9602e7be3cefab5a04d6cf3c09fdf9720bfb2c22.tar.zst
freebsd-ports-gnome-9602e7be3cefab5a04d6cf3c09fdf9720bfb2c22.zip
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'net-p2p/py-vertex')
-rw-r--r--net-p2p/py-vertex/Makefile6
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>