diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-06-26 15:32:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-06-26 15:32:38 +0000 |
commit | d87407c30fb4735dd1eaf741c32f0f2003e19ff2 (patch) | |
tree | 5dead01d7e4c01b78ff2085249bd57ba39481532 /textproc/highlight/Makefile | |
parent | Updating www/moinmoin to 1.2.2. (diff) |
the author changes file names (and C++ class names)
from "XXXparser" to "XXXgenerator"
Diffstat (limited to 'textproc/highlight/Makefile')
-rw-r--r-- | textproc/highlight/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index 21a706c3bfe7..096b26df9376 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -17,8 +17,6 @@ COMMENT= Customizable syntax highlighter WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} -BROKEN= "Size mismatch" - USE_GCC= 3.3 USE_GETOPT_LONG= yes USE_REINPLACE= yes |