diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-02 18:34:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-02 18:34:03 +0000 |
commit | 46daac69575deccd86daeb15d050522047f277c3 (patch) | |
tree | 60c7af84afe0a3d916b6adc47930cc002df1e371 /textproc/highlight/Makefile | |
parent | - Updte to version 0.5 (diff) |
- Update to version 2.0-17
PR: ports/62266
Submitted by: Port Fury
Diffstat (limited to 'textproc/highlight/Makefile')
-rw-r--r-- | textproc/highlight/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index 34dcbd53d01d..6a002af08c9a 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -6,7 +6,7 @@ # PORTNAME= highlight -PORTVERSION= 2.0.16 +PORTVERSION= 2.0.17 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ @@ -17,6 +17,7 @@ COMMENT= Customizable syntax highlighter WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} +USE_GCC= 3.2 USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes |