git: 4628acd6ff26 - main - devel/isa-l: Add comment

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 04 Aug 2024 20:09:44 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4628acd6ff26dfe01d0d3cef5990d4af7be722b2

commit 4628acd6ff26dfe01d0d3cef5990d4af7be722b2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-08-04 16:57:46 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-08-04 20:09:41 +0000

    devel/isa-l: Add comment
---
 devel/isa-l/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/isa-l/Makefile b/devel/isa-l/Makefile
index 777c750ecdc2..ead8f99a54f3 100644
--- a/devel/isa-l/Makefile
+++ b/devel/isa-l/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 ONLY_FOR_ARCHS=	amd64 powerpc64le powerpc64 powerpc
 
-BUILD_DEPENDS=	nasm:devel/nasm # yasm fails to compiler asm modules
+BUILD_DEPENDS=	nasm:devel/nasm # yasm fails to compiler asm modules, see https://github.com/intel/isa-l/issues/294
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	intel