summaryrefslogtreecommitdiff
path: root/databases/mysql55-server
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-09-04 02:58:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-09-04 02:58:36 +0000
commite106e3cfcd23cf0b1860dbd129e8ce180a4225fd (patch)
tree5161dcf51bdbdaa50b4659205ff4e30ba2d112bd /databases/mysql55-server
parent- Fix plist issues (diff)
Mark as broken on ARM.
Approved by: maintainer
Diffstat (limited to 'databases/mysql55-server')
-rw-r--r--databases/mysql55-server/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile
index 00275e008f08..43537c88f639 100644
--- a/databases/mysql55-server/Makefile
+++ b/databases/mysql55-server/Makefile
@@ -90,4 +90,10 @@ post-install:
post-patch:
@${REINPLACE_CMD} 's/*.1/${MAN1}/' ${WRKSRC}/man/CMakeLists.txt
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "arm"
+BROKEN= Does not compile on arm
+.endif
+
+.include <bsd.port.post.mk>