diff options
author | arved <arved@FreeBSD.org> | 2004-02-11 23:32:13 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-11 23:32:13 +0800 |
commit | 90550022e605becf73f2d30e6d00e17e79707ccb (patch) | |
tree | d9f5027970258399921d9cf848d0406a4fa45709 /textproc | |
parent | c5c0484aeb32b6fdeb85d322e504c17e74d31124 (diff) | |
download | freebsd-ports-gnome-90550022e605becf73f2d30e6d00e17e79707ccb.tar.gz freebsd-ports-gnome-90550022e605becf73f2d30e6d00e17e79707ccb.tar.zst freebsd-ports-gnome-90550022e605becf73f2d30e6d00e17e79707ccb.zip |
USE_GCC 3.3, because it builds fine with CURRENTs system compiler
(and gcc3.2 is broken on amd64)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/highlight/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index fe8863c4444b..be0176b5ba1b 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 |