diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/py-reportlab2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/py-reportlab2/Makefile b/print/py-reportlab2/Makefile index 7d1c4d71d9cf..d556d6fc50ca 100644 --- a/print/py-reportlab2/Makefile +++ b/print/py-reportlab2/Makefile @@ -34,6 +34,10 @@ DOCS= reportlab-graphics-reference.pdf \ .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not install on sparc64 +.endif + post-install: .if !defined(NOPORTDOCS) @cd ${WRKSRC}/docs && ${PYTHON_CMD} genAll.py |