diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 09:49:40 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 09:49:40 +0000 |
commit | ded7bc46070b260df25d9e63df6b53a0af26e97a (patch) | |
tree | e01aaf9763651e4cd6c3e4438ef348dbed8f39d2 /textproc | |
parent | db2f4bc1cf284c43a58cb0bf5ab9403d16737b9d (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/isearch/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile index e303881875f5..a7f3503a3e18 100644 --- a/textproc/isearch/Makefile +++ b/textproc/isearch/Makefile @@ -23,4 +23,10 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/html/*.html ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |