aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-09-08 05:39:03 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-09-08 05:39:03 +0000
commit232fa320bfa0be5759ac22dacaa0c7250b731a9e (patch)
tree95da7ce2db8178c4c85ce4172c7784040c50e39f /editors
parent7b36af047b2260e5d9af3c9ebad97b84b7452953 (diff)
downloadports-232fa320bfa0be5759ac22dacaa0c7250b731a9e.tar.gz
ports-232fa320bfa0be5759ac22dacaa0c7250b731a9e.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/mp/Makefile8
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>