Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2017 14:19:30 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447106 - head/devel/py-amalgamate
Message-ID:  <201708021419.v72EJU15059149@repo.freebsd.org>

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



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