diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-12-04 06:08:58 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-12-04 06:08:58 +0000 |
commit | 5f0c7310bb2f7129238bfc3668fe4c7efdcdf285 (patch) | |
tree | 2aa6175e3b73a0bd162ac69132912097b8e054a2 | |
parent | b51b495164724b050d4cd192e35027985e6c93af (diff) |
Mark broken on sparc64: does not find binary in install stage.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=245184
-rw-r--r-- | graphics/mupdf/Makefile | 8 |
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> |