diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-06 23:00:59 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-06 23:00:59 +0800 |
commit | 001ec43f9a96bd624696200586682b9e29dd4446 (patch) | |
tree | 142e99e3a365c09b2d61fc40687f644a8d4aa10f /math/py-amply | |
parent | 734642cae5153a39c3cd126cff23a2128b657de0 (diff) | |
download | freebsd-ports-001ec43f9a96bd624696200586682b9e29dd4446.zip |
math/py-amply: Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'math/py-amply')
-rw-r--r-- | math/py-amply/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-amply/Makefile b/math/py-amply/Makefile index 1d3533a81517..bcd95db43740 100644 --- a/math/py-amply/Makefile +++ b/math/py-amply/Makefile @@ -17,4 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk> |