From 90550022e605becf73f2d30e6d00e17e79707ccb Mon Sep 17 00:00:00 2001 From: arved Date: Wed, 11 Feb 2004 15:32:13 +0000 Subject: USE_GCC 3.3, because it builds fine with CURRENTs system compiler (and gcc3.2 is broken on amd64) --- textproc/highlight/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/highlight') diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index fe8863c..be0176b 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -17,7 +17,7 @@ COMMENT= Customizable syntax highlighter WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} -USE_GCC= 3.2 +USE_GCC= 3.3 USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes -- cgit v1.1