aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-01 14:11:13 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-01 14:11:13 +0800
commiteb45b5830ed0e055a4e8be05eefdbe04ac838438 (patch)
tree052a8e423ffdadcc381df1e1afebc4060ddb7d21 /news
parent0d8903c24446cf26bc2f3fa74ca4331c75a05deb (diff)
downloadfreebsd-ports-eb45b5830ed0e055a4e8be05eefdbe04ac838438.tar.gz
freebsd-ports-eb45b5830ed0e055a4e8be05eefdbe04ac838438.tar.zst
freebsd-ports-eb45b5830ed0e055a4e8be05eefdbe04ac838438.zip
Mark as broken on amd64. May also be broken on sparc64, but the packages
there are pretty far behind.
Diffstat (limited to 'news')
-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>