diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:10:06 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 17:10:06 +0000 |
commit | 306e66af5d83697a761205698232bca9aa68ef19 (patch) | |
tree | 7e80682da03730650b20b36a7558818d88a40a22 /mail/py-twistedMail | |
parent | 4950323fd34a3cf78b4cf0d51af7837414052ab2 (diff) | |
download | ports-306e66af5d83697a761205698232bca9aa68ef19.tar.gz ports-306e66af5d83697a761205698232bca9aa68ef19.zip |
Notes
Diffstat (limited to 'mail/py-twistedMail')
-rw-r--r-- | mail/py-twistedMail/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/py-twistedMail/Makefile b/mail/py-twistedMail/Makefile index 7e68f232e8da..5f3133fb4cb9 100644 --- a/mail/py-twistedMail/Makefile +++ b/mail/py-twistedMail/Makefile @@ -14,9 +14,7 @@ COMMENT= SMTP, IMAP, and POP protocol implementation with clients and servers LICENSE= MIT -USE_PYTHON= 2 -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes -USES= tar:bzip2 twisted:names +USE_PYTHON= distutils autoplist +USES= python:2 tar:bzip2 twisted:names .include <bsd.port.mk> |