diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-10-07 17:53:52 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-10-07 17:53:52 +0000 |
| commit | 9cc696b412c55ca0d1bb45111edcfc8e3fd5f375 (patch) | |
| tree | 0ad9017e01c7d9fbb3b765e9b140c06185b677b5 | |
| parent | security/vuxml: Only apache24 2.4.49 and 2.4.50 are vulnerable (diff) | |
lang/mono: enable on powerpc64le
| -rw-r--r-- | lang/mono/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 4414273daadb..1226c85a8c78 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -13,7 +13,7 @@ COMMENT= Open source implementation of .NET Development Framework LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc powerpc64 +ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser \ bash:shells/bash \ |
