Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2015 16:45:41 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389048 - head/security/py-twistedConch
Message-ID:  <201506101645.t5AGjfke023582@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506101645.t5AGjfke023582>