git: d22a020e211d - main - lang/mono5.10: revert local hack from 47a148ae6aa0

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 10 Aug 2023 10:40:58 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d22a020e211d362da5bccd4f504e69424eb38d9e

commit d22a020e211d362da5bccd4f504e69424eb38d9e
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-08-10 10:33:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-08-10 10:37:18 +0000

    lang/mono5.10: revert local hack from 47a148ae6aa0
    
    qemu-user-static hasn't received updates for years, so I've stopped
    caring about it.
---
 lang/mono5.10/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lang/mono5.10/Makefile b/lang/mono5.10/Makefile
index 45c082f1a53e..85329edbba97 100644
--- a/lang/mono5.10/Makefile
+++ b/lang/mono5.10/Makefile
@@ -14,9 +14,6 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le
-.ifdef QEMU_EMULATING
-BROKEN=		fails to build
-.endif
 
 BUILD_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser \
 		bash:shells/bash \