diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-04-13 05:41:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-04-13 05:41:10 +0000 |
commit | 73746c7d975f6430f9595f96e2050d083ab7cc13 (patch) | |
tree | dbcfdfb304847e26bb108e85d143d485abe54b1d /lang/gcc32 | |
parent | e2f531673cc483f8edbbd3397402f6f99797a269 (diff) | |
download | ports-73746c7d975f6430f9595f96e2050d083ab7cc13.tar.gz ports-73746c7d975f6430f9595f96e2050d083ab7cc13.zip |
Notes
Diffstat (limited to 'lang/gcc32')
-rw-r--r-- | lang/gcc32/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc32/Makefile b/lang/gcc32/Makefile index e97ad12bbc21..2deaa198743f 100644 --- a/lang/gcc32/Makefile +++ b/lang/gcc32/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.53 1999/03/30 02:58:02 obrien Exp $ +# $Id: Makefile,v 1.54 1999/04/08 19:05:43 billf Exp $ # DISTNAME= egcs-1.1.2 @@ -24,6 +24,8 @@ MAINTAINER= obrien@FreeBSD.org WWW_SITE= http://egcs.cygnus.com/ +FORBIDDEN= repository copy of lang/egcs, awaiting upgrade + USE_BZIP2= yes .include <bsd.port.pre.mk> |