git: af381a70f5ea - main - textproc/py-python-pptx: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 13:20:41 UTC
The branch main has been updated by sunpoet:

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

commit af381a70f5ea711f847aa7ef05bbcaef2eb3abed
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:47:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 13:02:41 +0000

    textproc/py-python-pptx: Add NO_ARCH
    
    Approved by:    portmgr (blanket)
---
 textproc/py-python-pptx/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/textproc/py-python-pptx/Makefile b/textproc/py-python-pptx/Makefile
index f2499cbeeb8a..8a8d4047ff41 100644
--- a/textproc/py-python-pptx/Makefile
+++ b/textproc/py-python-pptx/Makefile
@@ -21,4 +21,6 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}behave>0:devel/py-behave@${PY_FLAVOR} \
 USES=		python:3.8+
 USE_PYTHON=	autoplist distutils pytest
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>