diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 20:25:34 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 20:25:34 +0000 |
commit | 32f66cf6681017c085a70c0f1d8a2039b1b29e28 (patch) | |
tree | fcfed9072b21eb02b6de9aae55c7cb141cfa8f96 /lang/bigloo | |
parent | bfd3f5df35d6c8ceb88379e57ac3eff925778b51 (diff) |
Notes
Diffstat (limited to 'lang/bigloo')
-rw-r--r-- | lang/bigloo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index 12a72bf623fb..5ac34e5f2ba5 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -46,7 +46,7 @@ post-configure: .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -#BROKEN= "Does not compile on !i386" +BROKEN= "Does not compile on !i386" .endif post-install: install-info |