aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2008-04-30 18:27:52 +0800
committerstas <stas@FreeBSD.org>2008-04-30 18:27:52 +0800
commit339a5203c816f1fba52ab8b08ff9ea007c50b58f (patch)
treefe5affe8fc8bbb3b9c845758ada2ac85206f25f6 /devel
parentfea730bb8ec18b3791be925d37f1b09ce4d12dee (diff)
downloadfreebsd-ports-gnome-339a5203c816f1fba52ab8b08ff9ea007c50b58f.tar.gz
freebsd-ports-gnome-339a5203c816f1fba52ab8b08ff9ea007c50b58f.tar.zst
freebsd-ports-gnome-339a5203c816f1fba52ab8b08ff9ea007c50b58f.zip
- Mark broken on 5.x.
Diffstat (limited to 'devel')
-rw-r--r--devel/cross-binutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cross-binutils/Makefile b/devel/cross-binutils/Makefile
index 753b9df4a109..23389c286aa2 100644
--- a/devel/cross-binutils/Makefile
+++ b/devel/cross-binutils/Makefile
@@ -89,7 +89,7 @@ FIXREFS= ${SH} -c '${REINPLACE_CMD} -E \
.include <bsd.port.pre.mk>
.if defined(TGTARCH)
-. if ${TGTARCH} == "m68k" && ${ARCH} == "amd64" && ${OSVERSION} < 600000
+. if ${OSVERSION} < 600000
BROKEN= Does not compile
. endif
.endif