svn commit: r447106 - head/devel/py-amalgamate

Matthew Seaman matthew at FreeBSD.org
Wed Aug 2 14:19:31 UTC 2017


Author: matthew
Date: Wed Aug  2 14:19:30 2017
New Revision: 447106
URL: https://svnweb.freebsd.org/changeset/ports/447106

Log:
  Mark as architecture independent

Modified:
  head/devel/py-amalgamate/Makefile

Modified: head/devel/py-amalgamate/Makefile
==============================================================================
--- head/devel/py-amalgamate/Makefile	Wed Aug  2 14:09:33 2017	(r447105)
+++ head/devel/py-amalgamate/Makefile	Wed Aug  2 14:19:30 2017	(r447106)
@@ -12,6 +12,8 @@ COMMENT=	Collapse Python packages into a single module
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NO_ARCH=	yes
+
 USES=		python:3.4+
 USE_PYTHON=	autoplist distutils
 


More information about the svn-ports-all mailing list