aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/exact-image
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2010-08-25 17:14:07 +0800
committerbf <bf@FreeBSD.org>2010-08-25 17:14:07 +0800
commitd8dbf45337f6b6334bc226d524ee7ab62794791b (patch)
tree59b0ff353adf92f0e5fbc30bdece52a990c747d0 /graphics/exact-image
parent7b337111be90c73e07d704e9aea781f0c233b358 (diff)
downloadfreebsd-ports-gnome-d8dbf45337f6b6334bc226d524ee7ab62794791b.tar.gz
freebsd-ports-gnome-d8dbf45337f6b6334bc226d524ee7ab62794791b.tar.zst
freebsd-ports-gnome-d8dbf45337f6b6334bc226d524ee7ab62794791b.zip
Mark BROKEN on i386
Reported by: pointyhat Approved by: makc (co-mentor)
Diffstat (limited to 'graphics/exact-image')
-rw-r--r--graphics/exact-image/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/exact-image/Makefile b/graphics/exact-image/Makefile
index fe3b5f488afa..0abd3d46b154 100644
--- a/graphics/exact-image/Makefile
+++ b/graphics/exact-image/Makefile
@@ -79,4 +79,10 @@ do-install:
${INSTALL_SCRIPT} ExactImage.py ${PYTHONPREFIX_SITELIBDIR}/&&\
${INSTALL_PROGRAM} _ExactImage.so ${PYTHONPREFIX_SITELIBDIR}/
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "i386"
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>