git: 8ccabd1ef5d8 - main - www/py-requests-gssapi: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Dec 2025 11:22:36 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8ccabd1ef5d8f9b1190a0e7215a7136fc9ab7a1c
commit 8ccabd1ef5d8f9b1190a0e7215a7136fc9ab7a1c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-19 11:14:37 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-19 11:14:37 +0000
www/py-requests-gssapi: Add NO_ARCH
Approved by: portmgr (blanket)
---
www/py-requests-gssapi/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/py-requests-gssapi/Makefile b/www/py-requests-gssapi/Makefile
index 7945ec8e2b12..a56a05ec34a2 100644
--- a/www/py-requests-gssapi/Makefile
+++ b/www/py-requests-gssapi/Makefile
@@ -20,4 +20,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.4.1:security/py-gssapi@${PY_FLAVOR
USES= python
USE_PYTHON= autoplist pep517
+NO_ARCH= yes
+
.include <bsd.port.mk>