From 271e6cf2cacb4192b0f3d10602864b9cb428185a Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 18 Nov 2004 08:28:30 +0000 Subject: BROKEN on !i386: Does not compile --- lang/yap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/yap/Makefile') diff --git a/lang/yap/Makefile b/lang/yap/Makefile index 692c41ccde99..e7c8431a4d5b 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -27,8 +27,8 @@ INFO= yap .include -.if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" .endif post-extract: -- cgit