aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-30 16:01:36 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-30 16:01:36 +0000
commitef7336be52c6448dde338ca14d139925abb99bf7 (patch)
treed63bd872e6fc7f58297768fd5901bd46e35495c2
parent7927da00a2985f83b850ef08105e172c5ca423e8 (diff)
downloadports-ef7336be52c6448dde338ca14d139925abb99bf7.tar.gz
ports-ef7336be52c6448dde338ca14d139925abb99bf7.zip
security/pwman3: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r--security/pwman3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/pwman3/Makefile b/security/pwman3/Makefile
index 61bfdcc92d38..c9d271f2fb97 100644
--- a/security/pwman3/Makefile
+++ b/security/pwman3/Makefile
@@ -17,4 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.0:security/py-pycrypto@${PY_FLAV
USES= python:3.6+
USE_PYTHON= distutils autoplist concurrent optsuffix
+NO_ARCH= yes
+
.include <bsd.port.mk>