summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-01-31 17:18:54 +0000
committerErwin Lansing <erwin@FreeBSD.org>2008-01-31 17:18:54 +0000
commit25744623eb6e089d42b6cf2e603ffba959d8f40d (patch)
treecaf2e6e353f69a8755d21b1166ba52b253f4a22a /news
parentA work around for HOLD_PKGS that did not work. (diff)
Also mark BROKEN on 7.0 and higher.
Notes
Notes: svn path=/head/; revision=206517
Diffstat (limited to 'news')
-rw-r--r--news/openftd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/openftd/Makefile b/news/openftd/Makefile
index 845ef6aea8aa..0661311d57af 100644
--- a/news/openftd/Makefile
+++ b/news/openftd/Makefile
@@ -35,7 +35,7 @@ CONFIGURE_ARGS= --with-libcurl-libraries=${LOCALBASE}/lib \
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
+.if ${ARCH} == "amd64" || ${OSVERSION} >= 700000
BROKEN= Does not install
.endif