lang/dotnet: Fix packaging error on arm64

Reported by:	pkg-fallout
This commit is contained in:
Gleb Popov 2025-02-11 21:42:43 +03:00
parent 0518b6a67e
commit e138663b38

View file

@ -63,9 +63,9 @@ PLIST_SUB= DOTNET_ARCH=${DOTNET_ARCH} FULL_DOTNETVERSION=${PORTVERSION} \
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64
PLIST_SUB+= VXSORT=
PLIST_SUB+= VXSORT= CLRJIT=
.else
PLIST_SUB+= VXSORT="@comment "
PLIST_SUB+= VXSORT="@comment " CLRJIT="@comment "
.endif
post-extract: