summaryrefslogtreecommitdiff
path: root/lang/gcc31
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-09-14 16:57:47 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-09-14 16:57:47 +0000
commit2e331e731fb5b56ff15dd164fec7cefd93e5f437 (patch)
tree263b1bb65c7fdd9ed59006d509aa6e53fdb1ddfe /lang/gcc31
parentadd py-docutils 0.2 (diff)
Fix breakage introduced in previous commit.
Submitted by: "Dan Langille" <dan@langille.org>
Notes
Notes: svn path=/head/; revision=66302
Diffstat (limited to 'lang/gcc31')
-rw-r--r--lang/gcc31/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/gcc31/Makefile b/lang/gcc31/Makefile
index 630eac1230de..091a70d1e36e 100644
--- a/lang/gcc31/Makefile
+++ b/lang/gcc31/Makefile
@@ -34,6 +34,11 @@ USE_BZIP2= yes
PATCH_WRKSRC= ${SRCDIR}
CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
+
+.ifdef USE_GCC
+.error You have `USE_GCC' variable defined either in environment or in make(1) arguments. Please undefine and try again.
+.endif
+
# do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.
USE_GCC= X
NOMANCOMPRESS= yes # to hard to deal with differences on 5-cur and releng4
@@ -79,10 +84,6 @@ MAN1= cpp31.1 g++31.1 g77-31.1 gcc31.1 gcov31.1 \
jcf-dump31.1 jv-scan31.1 jv-convert.1
MAN7= fsf-funding.7 gfdl.7 gpl.7
-.ifdef USE_GCC
-.error You have `USE_GCC' variable defined either in environment or in make(1) arguments. Please undefine and try again.
-.endif
-
pre-fetch:
@${ECHO} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} ${PORTOBJFORMAT} target ${CONFIGURE_TARGET}"