aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-12-04 14:08:58 +0800
committerlinimon <linimon@FreeBSD.org>2009-12-04 14:08:58 +0800
commit879e8392ee226fb8015b23d6332aaf755cdfda69 (patch)
treeefbd86d69d6c83bf11b7efe381ee0515d3512b28 /graphics
parente9e4aff0ed5b2046872777d3387433b84b23a006 (diff)
downloadfreebsd-ports-graphics-879e8392ee226fb8015b23d6332aaf755cdfda69.tar.gz
freebsd-ports-graphics-879e8392ee226fb8015b23d6332aaf755cdfda69.tar.zst
freebsd-ports-graphics-879e8392ee226fb8015b23d6332aaf755cdfda69.zip
Mark broken on sparc64: does not find binary in install stage.
Hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mupdf/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile
index 1c2bf5979cb..5312bee77f7 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>