diff options
author | linimon <linimon@FreeBSD.org> | 2012-09-08 13:39:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-09-08 13:39:03 +0800 |
commit | 6c5992e3bb4983f92795368bb33096ed2588a893 (patch) | |
tree | 95da7ce2db8178c4c85ce4172c7784040c50e39f /editors | |
parent | 4a470e4c5aac2e4fd07bef7788b2d36b0456521d (diff) | |
download | freebsd-ports-gnome-6c5992e3bb4983f92795368bb33096ed2588a893.tar.gz freebsd-ports-gnome-6c5992e3bb4983f92795368bb33096ed2588a893.tar.zst freebsd-ports-gnome-6c5992e3bb4983f92795368bb33096ed2588a893.zip |
Mark broken on powerpc and sparc64 (and presumably, ia64).
Hat: portmgr
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/mp/Makefile b/editors/mp/Makefile index ae4a6b82c392..8f53d3d0dc58 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -96,4 +96,10 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 +.endif + +.include <bsd.port.post.mk> |