diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-08-06 20:23:58 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-08-06 20:23:58 +0000 |
commit | f76141e4cdc12f8f0ddbfc03e614062db803e5b2 (patch) | |
tree | 6975f6e898e9bce0a01e4a347207ca82dbb135a3 /lang/gnat-gcc43 | |
parent | 662b9f1f31aafb83bec838950d66fd0c61ba3ac0 (diff) | |
download | ports-f76141e4cdc12f8f0ddbfc03e614062db803e5b2.tar.gz ports-f76141e4cdc12f8f0ddbfc03e614062db803e5b2.zip |
Notes
Diffstat (limited to 'lang/gnat-gcc43')
-rw-r--r-- | lang/gnat-gcc43/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gnat-gcc43/Makefile b/lang/gnat-gcc43/Makefile index 3588e8dba027..27ca35c9b5af 100644 --- a/lang/gnat-gcc43/Makefile +++ b/lang/gnat-gcc43/Makefile @@ -40,6 +40,10 @@ INFO= gcc${gcc_suffix}/cpp \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= does not extract on 4.x (both bzip2 and tar.gz sources are used) +.endif + gcc_suffix= 34 targlib= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION} |