From cef549009e1185feb553f22497fce886221119dd Mon Sep 17 00:00:00 2001 From: kris Date: Tue, 7 Mar 2006 17:14:35 +0000 Subject: Now builds on i386 Approved by: portmgr (implicit) --- graphics/wings/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/wings') diff --git a/graphics/wings/Makefile b/graphics/wings/Makefile index 31cb62abbbd9..9833b2fd28e4 100644 --- a/graphics/wings/Makefile +++ b/graphics/wings/Makefile @@ -30,8 +30,8 @@ USE_REINPLACE= yes .include -.if ${OSVERSION} >= 504001 -BROKEN= "Does not compile on FreeBSD >= 5.x" +.if ${ARCH} != "i386" +BROKEN= Does not compile on !i386 .endif post-patch: -- cgit