diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-22 21:14:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-22 21:14:12 +0000 |
commit | b19d23695265b01ea613fe62a745bebe61bd2897 (patch) | |
tree | a7bbc41ffc31f775dce1509de9569912faf60c16 /textproc/highlight/Makefile | |
parent | - update to 1.4b (diff) |
- Mark BROKEN on 5.x: error: forward declaration of `struct highlight::ReGroup'
Diffstat (limited to 'textproc/highlight/Makefile')
-rw-r--r-- | textproc/highlight/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index dd882163c766..0d67651d7b29 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -31,6 +31,10 @@ PORTDOCS= * .include <bsd.port.pre.mk> +.if ${OSVERSION} < 600000 +BROKEN= does not compile +.endif + post-patch: @${REINPLACE_CMD} -e \ 's|^PREFIX =|PREFIX ?=|' ${WRKSRC}/${MAKEFILE} |