diff options
Diffstat (limited to 'textproc/highlight')
-rw-r--r-- | textproc/highlight/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index 733a0af7cb4a..2d373e0ca74a 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -33,10 +33,6 @@ PORTDOCS= ChangeLog INSTALL README README_DE README_INDENT \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600000 -BROKEN= does not compile -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|^PREFIX =|PREFIX ?=|' ${WRKSRC}/${MAKEFILE} |