diff options
Diffstat (limited to 'graphics/wings')
-rw-r--r-- | graphics/wings/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.pre.mk> -.if ${OSVERSION} >= 504001 -BROKEN= "Does not compile on FreeBSD >= 5.x" +.if ${ARCH} != "i386" +BROKEN= Does not compile on !i386 .endif post-patch: |