git: 6d25ba2eb086 - main - textproc/py-extract-msg: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:20:40 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d25ba2eb0864506ee26ae9491322541844e88af commit 6d25ba2eb0864506ee26ae9491322541844e88af Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:47:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 13:02:40 +0000 textproc/py-extract-msg: Add NO_ARCH Approved by: portmgr (blanket) --- textproc/py-extract-msg/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/py-extract-msg/Makefile b/textproc/py-extract-msg/Makefile index ee03763b7245..bff76a755556 100644 --- a/textproc/py-extract-msg/Makefile +++ b/textproc/py-extract-msg/Makefile @@ -25,4 +25,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.11.1:www/py-beautifulsoup@$ USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>