diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 04:25:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 04:25:34 +0800 |
commit | b72ae0c3ee84c38a200898c2958e0e216dfe9366 (patch) | |
tree | b4e7d6878d7824a7ba25f1e7164c33f4f3487709 /lang/bigloo | |
parent | e96a01bdcaa822febf1250eca251227ebf6ba71c (diff) | |
download | freebsd-ports-gnome-b72ae0c3ee84c38a200898c2958e0e216dfe9366.tar.gz freebsd-ports-gnome-b72ae0c3ee84c38a200898c2958e0e216dfe9366.tar.zst freebsd-ports-gnome-b72ae0c3ee84c38a200898c2958e0e216dfe9366.zip |
This is still broken on !i386, so add back BROKEN commented out in the
previous revision.
Approved by: portmgr (self)
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 |