diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-19 22:25:00 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-19 22:25:00 +0000 |
commit | f8a700f1c3f1fe8a5f76829840558e4bad9c6d98 (patch) | |
tree | e493609f8a67717ce4b698d4e1ba760e33212e85 /devel/cross-gcc | |
parent | fe2d85ba6cf7670b6404613eb5eb47b0509aaaa7 (diff) |
- Mark BROKEN: does not build
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=264815
Diffstat (limited to 'devel/cross-gcc')
-rw-r--r-- | devel/cross-gcc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/cross-gcc/Makefile b/devel/cross-gcc/Makefile index d806868c5e4c..68753188c3c5 100644 --- a/devel/cross-gcc/Makefile +++ b/devel/cross-gcc/Makefile @@ -26,6 +26,8 @@ COMMENT= GNU gcc for cross-target development LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ mpfr.4:${PORTSDIR}/math/mpfr +BROKEN= does not build + # # Temporary hack to deal with dependencies during package builds for # slave ports. |