diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-09-08 05:39:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-09-08 05:39:03 +0000 |
commit | 232fa320bfa0be5759ac22dacaa0c7250b731a9e (patch) | |
tree | 95da7ce2db8178c4c85ce4172c7784040c50e39f /editors/mp | |
parent | - Update to 4.112150 (diff) |
Mark broken on powerpc and sparc64 (and presumably, ia64).
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=303864
Diffstat (limited to 'editors/mp')
-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> |