git: 7ebbf965dee4 - main - lang/picolisp: limit to amd64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Mar 2024 08:41:30 UTC
The branch main has been updated by gahr:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7ebbf965dee41a0a629afb6e9e28e99d795cc69c
commit 7ebbf965dee41a0a629afb6e9e28e99d795cc69c
Author: Pietro Cerutti <gahr@FreeBSD.org>
AuthorDate: 2024-03-11 08:41:02 +0000
Commit: Pietro Cerutti <gahr@FreeBSD.org>
CommitDate: 2024-03-11 08:41:28 +0000
lang/picolisp: limit to amd64
---
lang/picolisp/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lang/picolisp/Makefile b/lang/picolisp/Makefile
index fc418a5dc6ed..1feebf6b115d 100644
--- a/lang/picolisp/Makefile
+++ b/lang/picolisp/Makefile
@@ -13,6 +13,8 @@ LICENSE= MIT
LIB_DEPENDS= libffi.so:devel/libffi
+ONLY_FOR_ARCHS= amd64
+
USES= gmake llvm:17,lib pkgconfig readline ssl tar:tgz
WRKSRC= ${WRKDIR}/pil21/src