aboutsummaryrefslogtreecommitdiff
path: root/mail/py-zope.sendmail
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-10-21 17:10:06 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-10-21 17:10:06 +0000
commit306e66af5d83697a761205698232bca9aa68ef19 (patch)
tree7e80682da03730650b20b36a7558818d88a40a22 /mail/py-zope.sendmail
parent4950323fd34a3cf78b4cf0d51af7837414052ab2 (diff)
downloadports-306e66af5d83697a761205698232bca9aa68ef19.tar.gz
ports-306e66af5d83697a761205698232bca9aa68ef19.zip
- Convert ports of mail/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=371330
Diffstat (limited to 'mail/py-zope.sendmail')
-rw-r--r--mail/py-zope.sendmail/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/py-zope.sendmail/Makefile b/mail/py-zope.sendmail/Makefile
index cdadd2ca6af2..4d45b7c85a9c 100644
--- a/mail/py-zope.sendmail/Makefile
+++ b/mail/py-zope.sendmail/Makefile
@@ -21,8 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transact
${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-zope.configuration \
${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python:2
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>