aboutsummaryrefslogtreecommitdiff
path: root/devel/cross-binutils/Makefile
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2008-04-30 10:27:52 +0000
committerStanislav Sedov <stas@FreeBSD.org>2008-04-30 10:27:52 +0000
commit8b6b6caf094ccbe7f9364aa381d63aa82c998031 (patch)
tree1e5b3753d880b32cd35c8c6cc638b512eadb2bcf /devel/cross-binutils/Makefile
parenta5a31d37faa03361551c7d9deea10ea2ef55169b (diff)
downloadports-8b6b6caf094ccbe7f9364aa381d63aa82c998031.tar.gz
ports-8b6b6caf094ccbe7f9364aa381d63aa82c998031.zip
- Mark broken on 5.x.
Notes
Notes: svn path=/head/; revision=212342
Diffstat (limited to 'devel/cross-binutils/Makefile')
-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