diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/gcc3/Makefile b/lang/gcc3/Makefile index 70b955b0955..4d79e4a49b3 100644 --- a/lang/gcc3/Makefile +++ b/lang/gcc3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2003/05/22 09:37:27 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2003/05/25 09:00:12 grant Exp $ # -DISTNAME= gcc-3.2.2 -PKGREVISION= 2 +DISTNAME= gcc3-3.2.2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gcc/} @@ -12,7 +11,7 @@ COMMENT= GNU Compiler Collection BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -CONFLICTS+= pgcc-[0-9]* +CONFLICTS+= gcc-3* pgcc-[0-9]* NOT_FOR_PLATFORM= Darwin-*-* |