aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/exact-image/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/exact-image/Makefile')
-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>