aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/highlight
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-04-23 05:14:12 +0800
committerpav <pav@FreeBSD.org>2008-04-23 05:14:12 +0800
commitcb749870cc2578cabb2cd98e4bd036a46f16c0a3 (patch)
treeab904883cc3f4eb9945f67032d874f11a0b91bc6 /textproc/highlight
parent16b31a92e574ceefc255d6aaed4eec7bd8e428b3 (diff)
downloadfreebsd-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/Makefile4
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}