git: 636e103fdb36 - main - textproc/py-parsel: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 16:10:27 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=636e103fdb36939d630ea7b38e2112a780f17227 commit 636e103fdb36939d630ea7b38e2112a780f17227 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-09-10 16:07:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-09-10 16:07:48 +0000 textproc/py-parsel: Add NO_ARCH Approved by: portmgr (blanket) --- textproc/py-parsel/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/py-parsel/Makefile b/textproc/py-parsel/Makefile index e9194415705d..9994d6e46bfa 100644 --- a/textproc/py-parsel/Makefile +++ b/textproc/py-parsel/Makefile @@ -19,4 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssselect>=0.9:www/py-cssselect@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>