aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-02-13 21:53:39 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-02-13 21:53:39 +0000
commitf09dd986b5645f2737adb0eb23a22520cc4d0cb5 (patch)
treeffe135e25d8d8f44b9dfa69e1223223f0aa26047 /lang
parent7a0f42581e3562f6d2c2bcc63826549e564d9082 (diff)
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc31/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc31/Makefile b/lang/gcc31/Makefile
index 336778f69fd1..868edb3bcdac 100644
--- a/lang/gcc31/Makefile
+++ b/lang/gcc31/Makefile
@@ -43,7 +43,7 @@ CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
.endif
# do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.
-USE_GCC= X
+USE_GCC= 2.7+
NOMANCOMPRESS= yes # to hard to deal with differences on 5-cur and releng4
.include <bsd.port.pre.mk>