git: 920298abddc7 - main - www/py-flask-caching: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Oct 2024 19:07:28 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=920298abddc74c00291e8affe37baf1d78b419e4
commit 920298abddc74c00291e8affe37baf1d78b419e4
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-17 19:04:20 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-17 19:04:20 +0000
www/py-flask-caching: Add NO_ARCH
Approved by: portmgr (blanket)
---
www/py-flask-caching/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/py-flask-caching/Makefile b/www/py-flask-caching/Makefile
index 0c090aa8e75f..40874200c793 100644
--- a/www/py-flask-caching/Makefile
+++ b/www/py-flask-caching/Makefile
@@ -18,4 +18,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=0.8:www/py-flask@${PY_FLAVOR} \
USES= python
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
.include <bsd.port.mk>