aboutsummaryrefslogtreecommitdiff
path: root/graphics/mupdf
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-12-04 06:08:58 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-12-04 06:08:58 +0000
commit5f0c7310bb2f7129238bfc3668fe4c7efdcdf285 (patch)
tree2aa6175e3b73a0bd162ac69132912097b8e054a2 /graphics/mupdf
parentb51b495164724b050d4cd192e35027985e6c93af (diff)
downloadports-5f0c7310bb2f7129238bfc3668fe4c7efdcdf285.tar.gz
ports-5f0c7310bb2f7129238bfc3668fe4c7efdcdf285.zip
Notes
Diffstat (limited to 'graphics/mupdf')
-rw-r--r--graphics/mupdf/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile
index 1c2bf5979cb6..5312bee77f73 100644
--- a/graphics/mupdf/Makefile
+++ b/graphics/mupdf/Makefile
@@ -42,4 +42,10 @@ do-install:
${INSTALL} ${WRKSRC}/build/$f ${PREFIX}/bin/mu_$f ;
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not install on sparc64
+.endif
+
+.include <bsd.port.post.mk>