diff options
author | linimon <linimon@FreeBSD.org> | 2010-08-14 16:50:57 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-08-14 16:50:57 +0800 |
commit | b56ac2821e437b2de1a356663dc65b060b8b175d (patch) | |
tree | 8a1a421f0e1458bb25859260e4a85c0129c9fdbe /print | |
parent | 3fda93f7f1ae0f252db91b9aac0c8508639497d2 (diff) | |
download | freebsd-ports-gnome-b56ac2821e437b2de1a356663dc65b060b8b175d.tar.gz freebsd-ports-gnome-b56ac2821e437b2de1a356663dc65b060b8b175d.tar.zst freebsd-ports-gnome-b56ac2821e437b2de1a356663dc65b060b8b175d.zip |
Mark as broken on sparc64: fails to install.
Hat: portmgr
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 |