diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 12:24:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-16 12:24:44 +0000 |
commit | 3f9f67c5ab57a1a5485500138f804004fcbd4726 (patch) | |
tree | dc8029b2debd3fd26f30905210965c4a1126affe /lang/mono/Makefile | |
parent | 05d40e6cf85d5904b8166733f7849009beee2e62 (diff) | |
download | ports-3f9f67c5ab57a1a5485500138f804004fcbd4726.tar.gz ports-3f9f67c5ab57a1a5485500138f804004fcbd4726.zip |
Notes
Diffstat (limited to 'lang/mono/Makefile')
-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: |