diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-01 16:18:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-01 16:18:28 +0000 |
commit | 404b13f18f2d7a14430286ebb12f2e1897be75b1 (patch) | |
tree | 9d1ec28eb615fc03b5ddc97f07bf5f491971d27b | |
parent | 2f3310f574457d77df8b393ba77cfc60d8d34358 (diff) |
- Use USES=twisted
Notes
Notes:
svn path=/head/; revision=363718
-rw-r--r-- | mail/py-twistedMail/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/py-twistedMail/Makefile b/mail/py-twistedMail/Makefile index c948cc8118b4..7e68f232e8da 100644 --- a/mail/py-twistedMail/Makefile +++ b/mail/py-twistedMail/Makefile @@ -14,13 +14,9 @@ COMMENT= SMTP, IMAP, and POP protocol implementation with clients and servers LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore \ - ${PYTHON_PKGNAMEPREFIX}twistedNames>=${PORTVERSION}:${PORTSDIR}/dns/py-twistedNames -RUN_DEPENDS:= ${BUILD_DEPENDS} - USE_PYTHON= 2 USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes -USES= tar:bzip2 +USES= tar:bzip2 twisted:names .include <bsd.port.mk> |