diff options
-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} |