diff options
author | pav <pav@FreeBSD.org> | 2008-04-23 05:14:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-04-23 05:14:12 +0800 |
commit | cb749870cc2578cabb2cd98e4bd036a46f16c0a3 (patch) | |
tree | ab904883cc3f4eb9945f67032d874f11a0b91bc6 /textproc/highlight | |
parent | 16b31a92e574ceefc255d6aaed4eec7bd8e428b3 (diff) | |
download | freebsd-ports-gnome-cb749870cc2578cabb2cd98e4bd036a46f16c0a3.tar.gz freebsd-ports-gnome-cb749870cc2578cabb2cd98e4bd036a46f16c0a3.tar.zst freebsd-ports-gnome-cb749870cc2578cabb2cd98e4bd036a46f16c0a3.zip |
- Mark BROKEN on 5.x: error: forward declaration of `struct highlight::ReGroup'
Diffstat (limited to 'textproc/highlight')
-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} |