diff options
author | kris <kris@FreeBSD.org> | 2004-02-16 20:24:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-16 20:24:44 +0800 |
commit | cea728bd4daaa9974ec6f3ca5f79af5ff3a36891 (patch) | |
tree | 9d40e24e6b9fad80eb8c7447a69c1c026238cee7 /lang | |
parent | 45cd320ddda1ca6d032f3aa9d3144e978b56181f (diff) | |
download | freebsd-ports-gnome-cea728bd4daaa9974ec6f3ca5f79af5ff3a36891.tar.gz freebsd-ports-gnome-cea728bd4daaa9974ec6f3ca5f79af5ff3a36891.tar.zst freebsd-ports-gnome-cea728bd4daaa9974ec6f3ca5f79af5ff3a36891.zip |
Change BROKEN to IGNORE since the package actually builds (but does not work)
Diffstat (limited to 'lang')
-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 302e82171b2f..4d1f2dc5da51 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -38,7 +38,7 @@ ONLY_FOR_ARCHS= i386 .if ${OSVERSION} < 500000 EXTRA_PATCHES= ${FILESDIR}/extra-patch-signbit .else -BROKEN= "Does not work on -CURRENT with garbage collection enabled" +IGNORE= "Does not work on -CURRENT with garbage collection enabled" .endif post-patch: |