aboutsummaryrefslogtreecommitdiff
path: root/net-im/fugu
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-im/fugu
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-im/fugu')
-rw-r--r--net-im/fugu/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/fugu/Makefile b/net-im/fugu/Makefile
index 0987436e32b6..2e85a63592ee 100644
--- a/net-im/fugu/Makefile
+++ b/net-im/fugu/Makefile
@@ -15,8 +15,7 @@ LICENSE= GPLv2
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw
USE_OPENSSL= yes
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>