diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-11 15:32:13 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-11 15:32:13 +0000 |
commit | 3042ab460ab59ec13422e5efd8c58ea66a31a29e (patch) | |
tree | e0cb957b411a4052612249166579940aed84efdb /textproc/highlight/Makefile | |
parent | Fix dependency (kdebase -> kdelibs) (diff) |
USE_GCC 3.3, because it builds fine with CURRENTs system compiler
(and gcc3.2 is broken on amd64)
Diffstat (limited to 'textproc/highlight/Makefile')
-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 |