diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-08-23 17:04:26 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-08-23 17:04:26 +0000 |
commit | 5f55db781b176fbaa2df1654250b1245e33e4e5a (patch) | |
tree | fe482955562474869172e9abecebd2d975f551db /lang | |
parent | Update to the 20080822 snapshot of GCC 4.4.0. (diff) |
Mark BROKEN on 8.x: does not fetch.
Notes
Notes:
svn path=/head/; revision=219046
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnat-gcc41/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gnat-gcc41/Makefile b/lang/gnat-gcc41/Makefile index 7dc58f0ca9c9..a732fbfe8754 100644 --- a/lang/gnat-gcc41/Makefile +++ b/lang/gnat-gcc41/Makefile @@ -51,6 +51,10 @@ LATEST_LINK= ${PORTNAME}${gcc_suffix} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800000 +BROKEN= does not fetch +.endif + srcdir= ${WRKDIR}/gcc-${PORTVERSION} gcc_suffix= 41 fsf_mans= fsf-funding gfdl gpl |