git: 6d288b511b3c - main - devel/py-donut-shellcode: only for amd64/i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Oct 2024 09:37:06 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d288b511b3c08d2c7f7d5d814ee0b392b8d2210 commit 6d288b511b3c08d2c7f7d5d814ee0b392b8d2210 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2024-10-11 18:47:23 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-10-21 09:36:00 +0000 devel/py-donut-shellcode: only for amd64/i386 Approved by: portmgr (build fix blanket) --- devel/py-donut-shellcode/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/py-donut-shellcode/Makefile b/devel/py-donut-shellcode/Makefile index 644f0d586c9b..295d4755e93c 100644 --- a/devel/py-donut-shellcode/Makefile +++ b/devel/py-donut-shellcode/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/TheWover/donut LICENSE= BSD3CLAUSE +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= ships precompiled libraries for these two only + USES= dos2unix python USE_PYTHON= distutils autoplist