aboutsummaryrefslogtreecommitdiff
path: root/graphics/exact-image
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2010-08-25 09:14:07 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2010-08-25 09:14:07 +0000
commitf8fe44da92ea7b89917f4a5a9b5dbf36e5b570fe (patch)
treee3e7c5baf176993e701308cbe9c5e736affa06ca /graphics/exact-image
parent2c34c67def6f68006edf910d66977968105cdc20 (diff)
downloadports-f8fe44da92ea7b89917f4a5a9b5dbf36e5b570fe.tar.gz
ports-f8fe44da92ea7b89917f4a5a9b5dbf36e5b570fe.zip
Notes
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>