summaryrefslogtreecommitdiff
path: root/lang/gcc295
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-01-27 09:38:34 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-01-27 09:38:34 +0000
commit739e564b8c9fdc6f34988464c84e7f9d73ff76b2 (patch)
treef64ff64679fd495c9e8861d7c66677b08bbac928 /lang/gcc295
parent- Update to 0.8.2.a (diff)
Replace the dangerous .error with IGNORE.
Notes
Notes: svn path=/head/; revision=154573
Diffstat (limited to 'lang/gcc295')
-rw-r--r--lang/gcc295/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile
index d7b9b8f5bd76..12cc2b2d094e 100644
--- a/lang/gcc295/Makefile
+++ b/lang/gcc295/Makefile
@@ -24,7 +24,7 @@ USE_BZIP2= yes
LATEST_LINK= gcc295
.ifdef USE_GCC
-.error You have `USE_GCC' variable defined either in environment or in make(1) arguments. Please undefine and try again.
+IGNORE= Cannot install: 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>