git: ba7efc09f99a - main - devel/py-zope.location: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Apr 2022 04:25:10 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ba7efc09f99add829ef76ac30de65d4cb4f2b2c7
commit ba7efc09f99add829ef76ac30de65d4cb4f2b2c7
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-16 04:14:55 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-16 04:19:50 +0000
devel/py-zope.location: Add NO_ARCH
Approved by: portmgr (blanket)
---
devel/py-zope.location/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/py-zope.location/Makefile b/devel/py-zope.location/Makefile
index 6eab74cd14f7..2b7ddf95f12e 100644
--- a/devel/py-zope.location/Makefile
+++ b/devel/py-zope.location/Makefile
@@ -19,4 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=3.8:devel/py-zope.component@
USES= python:3.6+
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
.include <bsd.port.mk>