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 | |
parent | b49a38051856ca02d639eefd0b65d609a8a1978f (diff) | |
download | ports-3042ab460ab59ec13422e5efd8c58ea66a31a29e.tar.gz ports-3042ab460ab59ec13422e5efd8c58ea66a31a29e.zip |
Notes
Diffstat (limited to 'textproc/highlight')
-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 |