diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-08-14 08:50:57 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-08-14 08:50:57 +0000 |
commit | 083a069ab0186733002a46846f930c6eb3ca9ff3 (patch) | |
tree | e08c20664a59490d288680eca8ff8ff5757dc4e0 /print/py-reportlab2 | |
parent | 0c0366ea76d0e04da195d4206ad5a6b640f9e7fc (diff) | |
download | ports-083a069ab0186733002a46846f930c6eb3ca9ff3.tar.gz ports-083a069ab0186733002a46846f930c6eb3ca9ff3.zip |
Notes
Diffstat (limited to 'print/py-reportlab2')
-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 |