svn commit: r389048 - head/security/py-twistedConch

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


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

Log:
  - Add NO_ARCH
  - Sort USE_PYTHON

Modified:
  head/security/py-twistedConch/Makefile

Modified: head/security/py-twistedConch/Makefile
==============================================================================
--- head/security/py-twistedConch/Makefile	Wed Jun 10 16:45:37 2015	(r389047)
+++ head/security/py-twistedConch/Makefile	Wed Jun 10 16:45:41 2015	(r389048)
@@ -16,7 +16,8 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1
 
-USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+USE_PYTHON=	autoplist distutils
 USES=		python:2 tar:bzip2 twisted
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list