diff options
Diffstat (limited to 'textproc/grap')
-rw-r--r-- | textproc/grap/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/grap/Makefile b/textproc/grap/Makefile index 361e865a1056..f0c194eddfff 100644 --- a/textproc/grap/Makefile +++ b/textproc/grap/Makefile @@ -17,9 +17,15 @@ CONFIGURE_ARGS=--with-freebsd-ports MAN1= grap.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500035 +BROKEN= "Does not compile on 5.0" +.endif + post-install: .if !defined(NOPORTDOCS) cd ${WRKSRC} && make install-docs .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |