summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2007-11-03 12:31:38 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2007-11-03 12:31:38 +0000
commita6c6da1d034e87f6e53af7945b751ca869e4c67f (patch)
treea21da6c71a81745093d10ae399a5e5c1f50c0ae7 /lang
parentFix the plist when I added bogo-junk plugin support in my previous committed, (diff)
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')
-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>