summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-01-31 09:18:02 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-01-31 09:18:02 +0000
commit2c4c7fd4ebe407b5851e7b2e5dcfc430740b4947 (patch)
tree6cecf840331abdd0b13534092f672d8fb7022d3d /graphics
parent- Update to 5.04 (diff)
Mark BROKEN on i386: does not build
Notes
Notes: svn path=/head/; revision=248941
Diffstat (limited to 'graphics')
-rw-r--r--graphics/seom/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/seom/Makefile b/graphics/seom/Makefile
index b0a469fb9771..4609ddee4742 100644
--- a/graphics/seom/Makefile
+++ b/graphics/seom/Makefile
@@ -26,6 +26,10 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
+.if ${ARCH} == "i386"
+BROKEN= does not build
+.endif
+
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
BUILD_DEPENDS= ${LOCALBASE}/bin/yasm:${PORTSDIR}/devel/yasm
.endif