svn commit: r389044 - head/mail/py-twistedMail

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 10 16:45:26 UTC 2015


Author: sunpoet
Date: Wed Jun 10 16:45:25 2015
New Revision: 389044
URL: https://svnweb.freebsd.org/changeset/ports/389044

Log:
  - Add NO_ARCH
  - Sort USE_PYTHON

Modified:
  head/mail/py-twistedMail/Makefile

Modified: head/mail/py-twistedMail/Makefile
==============================================================================
--- head/mail/py-twistedMail/Makefile	Wed Jun 10 16:45:21 2015	(r389043)
+++ head/mail/py-twistedMail/Makefile	Wed Jun 10 16:45:25 2015	(r389044)
@@ -14,7 +14,8 @@ COMMENT=	SMTP, IMAP, and POP protocol im
 
 LICENSE=	MIT
 
-USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+USE_PYTHON=	autoplist distutils
 USES=		python:2 tar:bzip2 twisted:names
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list