svn commit: r450542 - head/devel/py-backports.weakref

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 24 19:08:36 UTC 2017


Author: sunpoet
Date: Sun Sep 24 19:08:35 2017
New Revision: 450542
URL: https://svnweb.freebsd.org/changeset/ports/450542

Log:
  Fix USES=python
  
  - While I'm here, add NO_ARCH
  
  With hat:	python

Modified:
  head/devel/py-backports.weakref/Makefile

Modified: head/devel/py-backports.weakref/Makefile
==============================================================================
--- head/devel/py-backports.weakref/Makefile	Sun Sep 24 19:08:30 2017	(r450541)
+++ head/devel/py-backports.weakref/Makefile	Sun Sep 24 19:08:35 2017	(r450542)
@@ -14,7 +14,8 @@ LICENSE=	PSFL
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm
 
-USES=		python
+NO_ARCH=	yes
+USES=		python:2.7
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list