lang/dotnet: Fix packaging error on arm64
Reported by: pkg-fallout
This commit is contained in:
parent
0518b6a67e
commit
e138663b38
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue