diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-04-30 10:27:52 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-04-30 10:27:52 +0000 |
commit | 8b6b6caf094ccbe7f9364aa381d63aa82c998031 (patch) | |
tree | 1e5b3753d880b32cd35c8c6cc638b512eadb2bcf | |
parent | Update to 0.39. (diff) |
- Mark broken on 5.x.
-rw-r--r-- | devel/cross-binutils/Makefile | 2 |
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 |