diff options
-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 |