git: 4f8dbbbf7302 - main - www/py-wikipedia: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 04 Aug 2024 17:24:40 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f8dbbbf7302132e18ecb98d1ee8b22a5d04e710

commit 4f8dbbbf7302132e18ecb98d1ee8b22a5d04e710
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-04 17:11:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-04 17:14:34 +0000

    www/py-wikipedia: Add NO_ARCH
    
    - Fix indent
---
 www/py-wikipedia/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/www/py-wikipedia/Makefile b/www/py-wikipedia/Makefile
index fdf2809615fc..884f2aa4e64c 100644
--- a/www/py-wikipedia/Makefile
+++ b/www/py-wikipedia/Makefile
@@ -11,9 +11,11 @@ WWW=		https://github.com/goldsmith/Wikipedia
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3.2:www/py-beautifulsoup@${PY_FLAVOR} \
-	${PYTHON_PKGNAMEPREFIX}requests>=2.7:www/py-requests@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}requests>=2.7:www/py-requests@${PY_FLAVOR}
 
-USES=	python
+USES=		python
 USE_PYTHON=	distutils autoplist
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>