diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-10 16:45:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-10 16:45:25 +0000 |
commit | 35c3fbedc73a5091987eb5ee568f6a184a68a6ab (patch) | |
tree | 2e428c89422b5d25b52c89b9f9bd8e3dfd95e21b | |
parent | d699e30613f4b0114682d8dc9e8c49f068adb0a1 (diff) | |
download | ports-35c3fbedc73a5091987eb5ee568f6a184a68a6ab.tar.gz ports-35c3fbedc73a5091987eb5ee568f6a184a68a6ab.zip |
Notes
-rw-r--r-- | mail/py-twistedMail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/py-twistedMail/Makefile b/mail/py-twistedMail/Makefile index 5e571cb6c1e3..4bb08311f1b0 100644 --- a/mail/py-twistedMail/Makefile +++ b/mail/py-twistedMail/Makefile @@ -14,7 +14,8 @@ COMMENT= SMTP, IMAP, and POP protocol implementation with clients and servers LICENSE= MIT -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USE_PYTHON= autoplist distutils USES= python:2 tar:bzip2 twisted:names .include <bsd.port.mk> |