git: 8501a2bc88d0 - main - www/py-mechanize: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Nov 2021 18:30:18 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8501a2bc88d0707ce9fba60a6384e4f768821b84
commit 8501a2bc88d0707ce9fba60a6384e4f768821b84
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-21 18:25:10 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-21 18:25:10 +0000
www/py-mechanize: Add NO_ARCH
Approved by: portmgr (blanket)
---
www/py-mechanize/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/py-mechanize/Makefile b/www/py-mechanize/Makefile
index e8b30c4f3187..8791fe508c68 100644
--- a/www/py-mechanize/Makefile
+++ b/www/py-mechanize/Makefile
@@ -17,4 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=0.9:www/py-html5lib@${PY_FLAVOR} \
USES= python
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
.include <bsd.port.mk>