graphics/qt6-3d: Fix pkg-plist

The SIMD option is only for amd64 and i386, so OPTIONS_SUB won't work
for other archs.
This commit is contained in:
Jason E. Hale 2023-07-27 23:50:08 -04:00
parent 5bcefb9d57
commit 30790b7019

View file

@ -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>