git: 82445abcfdd3 - main - devel/py-pytimeparse: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Apr 2024 14:28:48 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=82445abcfdd3362fc3df49f083f7318e0479258e commit 82445abcfdd3362fc3df49f083f7318e0479258e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-20 14:24:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-20 14:26:02 +0000 devel/py-pytimeparse: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-pytimeparse/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-pytimeparse/Makefile b/devel/py-pytimeparse/Makefile index 393ce871d760..0d1e020fae1a 100644 --- a/devel/py-pytimeparse/Makefile +++ b/devel/py-pytimeparse/Makefile @@ -13,4 +13,6 @@ LICENSE= MIT USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>