aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-17 23:53:04 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-17 23:59:20 +0000
commit142c48aa01cb9200d12ee1b384318c90e20035c1 (patch)
tree8d07cb72ebb4671766dc950885cc84815428b4b4
parentd5b9a8fe0f640a0883b763a5aa9c6605e2293642 (diff)
downloadports-142c48aa01cb9200d12ee1b384318c90e20035c1.tar.gz
ports-142c48aa01cb9200d12ee1b384318c90e20035c1.zip
security/py-ssh: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r--security/py-ssh/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-ssh/Makefile b/security/py-ssh/Makefile
index dfbc1f4faf14..e0af68b92494 100644
--- a/security/py-ssh/Makefile
+++ b/security/py-ssh/Makefile
@@ -15,4 +15,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto@${PY_FLAV
USES= python:3.6+
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
.include <bsd.port.mk>