aboutsummaryrefslogtreecommitdiff
path: root/lang/mosh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/mosh/Makefile')
-rw-r--r--lang/mosh/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/mosh/Makefile b/lang/mosh/Makefile
index f20a54df7f57..b4b4e3e4c937 100644
--- a/lang/mosh/Makefile
+++ b/lang/mosh/Makefile
@@ -41,4 +41,10 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64
+.endif
+
+.include <bsd.port.post.mk>