diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-02 00:18:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-02 00:18:28 +0800 |
commit | 40b9c4744102a95b62bfce849b28ff88abf01437 (patch) | |
tree | 9d1ec28eb615fc03b5ddc97f07bf5f491971d27b /mail | |
parent | 928156172e8ecaad617a840258bee34458c5bf79 (diff) | |
download | freebsd-ports-gnome-40b9c4744102a95b62bfce849b28ff88abf01437.tar.gz freebsd-ports-gnome-40b9c4744102a95b62bfce849b28ff88abf01437.tar.zst freebsd-ports-gnome-40b9c4744102a95b62bfce849b28ff88abf01437.zip |
- Use USES=twisted
Diffstat (limited to 'mail')
-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> |