aboutsummaryrefslogtreecommitdiff
path: root/news/openftd
diff options
context:
space:
mode:
Diffstat (limited to 'news/openftd')
-rw-r--r--news/openftd/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/news/openftd/Makefile b/news/openftd/Makefile
index 51e9d914d012..845ef6aea8aa 100644
--- a/news/openftd/Makefile
+++ b/news/openftd/Makefile
@@ -34,5 +34,10 @@ CONFIGURE_ARGS= --with-libcurl-libraries=${LOCALBASE}/lib \
--with-pcre_libraries=${LOCALBASE}/lib
.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= Does not install
+.endif
+
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
.include <bsd.port.post.mk>