diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-03-07 17:14:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-03-07 17:14:35 +0000 |
commit | 958885d65387d3372b0bf4b34f5db270a78fa895 (patch) | |
tree | 2b61de377c3b15fa0d79bdd13eb62877325376ca /graphics/wings-devel | |
parent | 0150a15b714a05ef1e9a9ef1f9bd4b822ca490f5 (diff) | |
download | ports-958885d65387d3372b0bf4b34f5db270a78fa895.tar.gz ports-958885d65387d3372b0bf4b34f5db270a78fa895.zip |
Notes
Diffstat (limited to 'graphics/wings-devel')
-rw-r--r-- | graphics/wings-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/wings-devel/Makefile b/graphics/wings-devel/Makefile index 31cb62abbbd9..9833b2fd28e4 100644 --- a/graphics/wings-devel/Makefile +++ b/graphics/wings-devel/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: |