From 5f0c7310bb2f7129238bfc3668fe4c7efdcdf285 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 4 Dec 2009 06:08:58 +0000 Subject: Mark broken on sparc64: does not find binary in install stage. Hat: portmgr --- graphics/mupdf/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics/mupdf') 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 +.include + +.if ${ARCH} == "sparc64" +BROKEN= Does not install on sparc64 +.endif + +.include -- cgit v1.2.3