Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2024 08:41:30 GMT
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7ebbf965dee4 - main - lang/picolisp: limit to amd64
Message-ID:  <202403110841.42B8fUNM035108@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403110841.42B8fUNM035108>