diff options
author | kris <kris@FreeBSD.org> | 2006-03-08 01:14:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-03-08 01:14:35 +0800 |
commit | cef549009e1185feb553f22497fce886221119dd (patch) | |
tree | 136a8a921e2153d58f4e35179b6636fd285e8191 /graphics/wings | |
parent | ed67444bd1ba1d340524ab75b45c64ae1d3f54ad (diff) | |
download | freebsd-ports-gnome-cef549009e1185feb553f22497fce886221119dd.tar.gz freebsd-ports-gnome-cef549009e1185feb553f22497fce886221119dd.tar.zst freebsd-ports-gnome-cef549009e1185feb553f22497fce886221119dd.zip |
Now builds on i386
Approved by: portmgr (implicit)
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: |