aboutsummaryrefslogtreecommitdiff
path: root/net/py-python-socks/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-21 18:25:02 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-21 18:25:02 +0000
commitd03146e97c3ebc862993bde5ce2db1a3fb24be8a (patch)
treef19c121482ad806a5ddcd21685f32bfc1b977d7f /net/py-python-socks/Makefile
parent1dce219ec4a3ba6a01056fbb00c3d4afc2bb8d80 (diff)
downloadports-d03146e97c3ebc862993bde5ce2db1a3fb24be8a.tar.gz
ports-d03146e97c3ebc862993bde5ce2db1a3fb24be8a.zip
net/py-python-socks: Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'net/py-python-socks/Makefile')
-rw-r--r--net/py-python-socks/Makefile2
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>