git: d7920a76ad5d - main - security/py-pass-git-helper: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 19:10:26 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d7920a76ad5d24bba49fff7e7f24432b820d1456
commit d7920a76ad5d24bba49fff7e7f24432b820d1456
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 19:10:09 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 19:10:09 +0000
security/py-pass-git-helper: Add NO_ARCH
Approved by: portmgr (blanket)
---
security/py-pass-git-helper/Makefile | 2 ++
1 file changed, 2 insertions(+)
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>