summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-03-07 17:14:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-03-07 17:14:35 +0000
commit958885d65387d3372b0bf4b34f5db270a78fa895 (patch)
tree2b61de377c3b15fa0d79bdd13eb62877325376ca /graphics
parentChange BROKEN to IGNORE since this is a runtime problem. (diff)
Now builds on i386
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=157019
Diffstat (limited to 'graphics')
-rw-r--r--graphics/wings-devel/Makefile4
-rw-r--r--graphics/wings/Makefile4
2 files changed, 4 insertions, 4 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:
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: