git: 30790b70193f - main - graphics/qt6-3d: Fix pkg-plist

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Fri, 28 Jul 2023 03:54:35 UTC
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=30790b70193f3762515d651aae25cbc7429eb96f

commit 30790b70193f3762515d651aae25cbc7429eb96f
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-07-28 03:50:08 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-07-28 03:50:08 +0000

    graphics/qt6-3d: Fix pkg-plist
    
    The SIMD option is only for amd64 and i386, so OPTIONS_SUB won't work
    for other archs.
---
 graphics/qt6-3d/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/qt6-3d/Makefile b/graphics/qt6-3d/Makefile
index 79517ea55f8b..87bcccf5cefd 100644
--- a/graphics/qt6-3d/Makefile
+++ b/graphics/qt6-3d/Makefile
@@ -50,6 +50,7 @@ CMAKE_ARGS+=	-DINPUT_qt3d_simd=no
 .  endif
 .else
 CMAKE_ARGS+=	-DINPUT_qt3d_simd=no
+PLIST_SUB+=	SIMD="@comment "
 .endif
 
 .include <bsd.port.mk>