diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-22 02:25:02 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-22 02:25:02 +0800 |
commit | d03146e97c3ebc862993bde5ce2db1a3fb24be8a (patch) | |
tree | f19c121482ad806a5ddcd21685f32bfc1b977d7f /net/py-python-socks | |
parent | devel/py-zope.testbrowser: Add NO_ARCH (diff) |
net/py-python-socks: Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'net/py-python-socks')
-rw-r--r-- | net/py-python-socks/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/py-python-socks/Makefile b/net/py-python-socks/Makefile index 799921b55f15..aa8c429e0866 100644 --- a/net/py-python-socks/Makefile +++ b/net/py-python-socks/Makefile @@ -19,4 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asyncio>=3.0.1:devel/py-asyncio@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk> |