diff --git a/textproc/hgrep/Makefile b/textproc/hgrep/Makefile index 5f1ec400b44f..8de44a68e177 100644 --- a/textproc/hgrep/Makefile +++ b/textproc/hgrep/Makefile @@ -12,4 +12,13 @@ COMMENT= Nice Highlighting Hack for grep WRKSRC= ${WRKDIR}/hgrep -.include +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000 && ${ARCH} == amd64 +BROKEN= does not build on 10.x+ amd64 +.endif + +DEPRECATED= Not needed any more: base grep has coloring support +EXPIRATION_DATE= 2015-05-31 + +.include