git: 05549742c940 - main - www/py-flask-flatpages: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Aug 2022 10:34:29 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=05549742c9408286bd366ae9c30ad1a7ce2d828d commit 05549742c9408286bd366ae9c30ad1a7ce2d828d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-27 10:27:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-27 10:27:06 +0000 www/py-flask-flatpages: Add NO_ARCH Approved by: portmgr (blanket) --- www/py-flask-flatpages/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/py-flask-flatpages/Makefile b/www/py-flask-flatpages/Makefile index 57c4b99ac971..fe2eb8516f33 100644 --- a/www/py-flask-flatpages/Makefile +++ b/www/py-flask-flatpages/Makefile @@ -17,4 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR} \ USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>