aboutsummaryrefslogtreecommitdiff
path: root/textproc/highlight/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-04-22 21:14:12 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-04-22 21:14:12 +0000
commitb19d23695265b01ea613fe62a745bebe61bd2897 (patch)
treea7bbc41ffc31f775dce1509de9569912faf60c16 /textproc/highlight/Makefile
parentede0ffc34d89be0b6e57d2126025df8d0c2a072b (diff)
downloadports-b19d23695265b01ea613fe62a745bebe61bd2897.tar.gz
ports-b19d23695265b01ea613fe62a745bebe61bd2897.zip
- Mark BROKEN on 5.x: error: forward declaration of `struct highlight::ReGroup'
Notes
Notes: svn path=/head/; revision=211801
Diffstat (limited to 'textproc/highlight/Makefile')
-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}