aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/py-ipcalc/Makefile
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:29:51 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-24 16:29:51 +0000
commitf850cf2ff02e845bcec03dff14fa110cb5808d6a (patch)
tree68b40f3f4036b306637ebfb7679083aa441086a8 /net-mgmt/py-ipcalc/Makefile
parent2f71940292af6b2d050e8b473d717357401b40fc (diff)
downloadports-f850cf2ff02e845bcec03dff14fa110cb5808d6a.tar.gz
ports-f850cf2ff02e845bcec03dff14fa110cb5808d6a.zip
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371450
Diffstat (limited to 'net-mgmt/py-ipcalc/Makefile')
-rw-r--r--net-mgmt/py-ipcalc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/py-ipcalc/Makefile b/net-mgmt/py-ipcalc/Makefile
index bb1a3ddef1f6..2bd5d1721f08 100644
--- a/net-mgmt/py-ipcalc/Makefile
+++ b/net-mgmt/py-ipcalc/Makefile
@@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Module to perform IP subnet calculations
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
+USES= python
+USE_PYTHON= distutils
.include <bsd.port.mk>