diff options
Diffstat (limited to 'lang/gcc295/Makefile')
-rw-r--r-- | lang/gcc295/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile index d5088108d79e..24f0a0bc5f4d 100644 --- a/lang/gcc295/Makefile +++ b/lang/gcc295/Makefile @@ -18,13 +18,14 @@ DISTFILES= gcc-core-${GCC_REV}${EXTRACT_SUFX} \ MAINTAINER= shaun@FreeBSD.org COMMENT= GNU Compiler Collection +CONFLICTS= gcc-4.*.* ONLY_FOR_ARCHS= alpha i386 USE_BZIP2= yes LATEST_LINK= gcc295 .ifdef USE_GCC -IGNORE= Cannot install: you have the 'USE_GCC' variable defined either in environment or in make(1) arguments. Please undefine and try again +IGNORE= you have the 'USE_GCC' variable defined either in environment or in make(1) arguments. Please undefine and try again .endif .include <bsd.port.pre.mk> |