From b56ac2821e437b2de1a356663dc65b060b8b175d Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 14 Aug 2010 08:50:57 +0000 Subject: Mark as broken on sparc64: fails to install. Hat: portmgr --- print/py-reportlab2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'print/py-reportlab2') 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 +.if ${ARCH} == "sparc64" +BROKEN= Does not install on sparc64 +.endif + post-install: .if !defined(NOPORTDOCS) @cd ${WRKSRC}/docs && ${PYTHON_CMD} genAll.py -- cgit