aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc295
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2007-11-03 20:31:38 +0800
committergerald <gerald@FreeBSD.org>2007-11-03 20:31:38 +0800
commit478f308d78c80dba751a71da97a2d2951fa5900f (patch)
treeeef3a5bd2e3eec24c1b35479508e89ec4fbe77b3 /lang/gcc295
parent8cd84e8c3bf7bb9745192cc5b830f0a95bfe115c (diff)
downloadfreebsd-ports-gnome-478f308d78c80dba751a71da97a2d2951fa5900f.tar.gz
freebsd-ports-gnome-478f308d78c80dba751a71da97a2d2951fa5900f.tar.zst
freebsd-ports-gnome-478f308d78c80dba751a71da97a2d2951fa5900f.zip
Add symmetric CONFLICTS with lang/gcc41, lang/gcc42, and lang/gcc43 which
already conflict with this port. On the way, adjust the IGNORE statement to comply with our standards. PR: 117430 (partly) Approved by: portmgr (erwin)
Diffstat (limited to 'lang/gcc295')
-rw-r--r--lang/gcc295/Makefile3
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>