diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 20:47:03 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-01-30 21:02:41 +0800 |
commit | af381a70f5ea711f847aa7ef05bbcaef2eb3abed (patch) | |
tree | 6f4bea97e0ed9fd6578e493282668dace58100cb | |
parent | textproc/py-extract-msg: Add NO_ARCH (diff) |
textproc/py-python-pptx: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | textproc/py-python-pptx/Makefile | 2 |
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> |