Date: Sun, 4 Aug 2024 17:24:40 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4f8dbbbf7302 - main - www/py-wikipedia: Add NO_ARCH Message-ID: <202408041724.474HOeEU069993@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408041724.474HOeEU069993>
