aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 19:10:09 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 19:10:09 +0000
commitd7920a76ad5d24bba49fff7e7f24432b820d1456 (patch)
tree65326e4e5d9ee629a6f8d8ca227456eb371f3c97
parent441c23d9f825478598153b8942fe260809e9962e (diff)
downloadports-d7920a76ad5d24bba49fff7e7f24432b820d1456.tar.gz
ports-d7920a76ad5d24bba49fff7e7f24432b820d1456.zip
security/py-pass-git-helper: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r--security/py-pass-git-helper/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-pass-git-helper/Makefile b/security/py-pass-git-helper/Makefile
index 213e96c9226f..e57b4a2329b5 100644
--- a/security/py-pass-git-helper/Makefile
+++ b/security/py-pass-git-helper/Makefile
@@ -20,4 +20,6 @@ USE_GITHUB= yes
GH_ACCOUNT= languitar
USE_PYTHON= autoplist concurrent distutils pytest
+NO_ARCH= yes
+
.include <bsd.port.mk>