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:
parent
5bcefb9d57
commit
30790b7019
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue