aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 12:47:03 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-01-30 13:02:41 +0000
commitaf381a70f5ea711f847aa7ef05bbcaef2eb3abed (patch)
tree6f4bea97e0ed9fd6578e493282668dace58100cb
parent6d25ba2eb0864506ee26ae9491322541844e88af (diff)
downloadports-af381a70f5ea711f847aa7ef05bbcaef2eb3abed.tar.gz
ports-af381a70f5ea711f847aa7ef05bbcaef2eb3abed.zip
textproc/py-python-pptx: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r--textproc/py-python-pptx/Makefile2
1 files changed, 2 insertions, 0 deletions
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>