From b72ae0c3ee84c38a200898c2958e0e216dfe9366 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 26 Mar 2005 20:25:34 +0000 Subject: This is still broken on !i386, so add back BROKEN commented out in the previous revision. Approved by: portmgr (self) --- lang/bigloo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/bigloo') 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 .if ${ARCH} != "i386" -#BROKEN= "Does not compile on !i386" +BROKEN= "Does not compile on !i386" .endif post-install: install-info -- cgit