git: c9eb735b73f5 - main - devel/py-zope.contenttype: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Apr 2022 04:25:09 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c9eb735b73f5e872227aaaf3b388a0bb0d416371
commit c9eb735b73f5e872227aaaf3b388a0bb0d416371
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.contenttype: Add NO_ARCH
Approved by: portmgr (blanket)
---
devel/py-zope.contenttype/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/py-zope.contenttype/Makefile b/devel/py-zope.contenttype/Makefile
index 6e673a898196..2741118c9f4e 100644
--- a/devel/py-zope.contenttype/Makefile
+++ b/devel/py-zope.contenttype/Makefile
@@ -14,4 +14,6 @@ LICENSE= ZPL21
USES= python:3.6+ zip
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
.include <bsd.port.mk>