aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc295
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-09-14 13:32:06 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-09-14 13:32:06 +0000
commit4fe6852b8fc27fae11fdc1a2e6a04519dff79d2d (patch)
tree3c0e8bfe673a5c1e30efc1a8f7c2fa62a73243fc /lang/gcc295
parentaa0a6b33abb64a760dac34854c5336e9dd14e0c3 (diff)
Notes
Diffstat (limited to 'lang/gcc295')
-rw-r--r--lang/gcc295/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc295/Makefile b/lang/gcc295/Makefile
index b6f8482a3a80..afc8c93d76ab 100644
--- a/lang/gcc295/Makefile
+++ b/lang/gcc295/Makefile
@@ -21,6 +21,10 @@ 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.
+.endif
+
.include <bsd.port.pre.mk>
GCC_REV= ${DISTNAME:S/gcc-//g:S/.test3//g}