git: d81491c5dc8e - main - devel/py-intervaltree: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 03:43:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d81491c5dc8e200a82212f166aaf135c394cc380 commit d81491c5dc8e200a82212f166aaf135c394cc380 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 03:10:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 03:10:22 +0000 devel/py-intervaltree: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-intervaltree/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-intervaltree/Makefile b/devel/py-intervaltree/Makefile index 4c3c3357377d..a0b64dbe085f 100644 --- a/devel/py-intervaltree/Makefile +++ b/devel/py-intervaltree/Makefile @@ -16,4 +16,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=0:devel/py-sortedcontainer USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>