diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-21 15:09:19 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-21 15:09:19 +0000 |
commit | ae38efaed6fbee1a19fa8027e3823538639f71f9 (patch) | |
tree | 2325c33569b1b44abe9d5de99093108fcb3f4ca6 | |
parent | 8a1ab9b9609e0f5c176f810d5ac5217dd80b118d (diff) | |
download | ports-ae38efaed6fbee1a19fa8027e3823538639f71f9.tar.gz ports-ae38efaed6fbee1a19fa8027e3823538639f71f9.zip |
Notes
-rw-r--r-- | lang/gnat-gcc42/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gnat-gcc42/Makefile b/lang/gnat-gcc42/Makefile index 20c71dcb37e0..b32765e78671 100644 --- a/lang/gnat-gcc42/Makefile +++ b/lang/gnat-gcc42/Makefile @@ -52,6 +52,10 @@ LATEST_LINK= ${PORTNAME}${gcc_suffix} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800000 +BROKEN= does not support FreeBSD 8.x +.endif + srcdir= ${WRKDIR}/gcc-${PORTVERSION} gcc_suffix= 42 fsf_mans= fsf-funding gfdl gpl |