svn commit: r551924 - head/devel/py-transaction

Mateusz Piotrowski 0mp at FreeBSD.org
Sat Oct 10 12:29:36 UTC 2020


Author: 0mp
Date: Sat Oct 10 12:29:36 2020
New Revision: 551924
URL: https://svnweb.freebsd.org/changeset/ports/551924

Log:
  Set NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-transaction/Makefile

Modified: head/devel/py-transaction/Makefile
==============================================================================
--- head/devel/py-transaction/Makefile	Sat Oct 10 12:24:15 2020	(r551923)
+++ head/devel/py-transaction/Makefile	Sat Oct 10 12:29:36 2020	(r551924)
@@ -18,4 +18,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list