diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2010-05-11 23:12:59 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-05-11 23:12:59 +0000 |
commit | f6f732e45d1a1a58441fe7d3f639fe1c109483b6 (patch) | |
tree | a69943e2e4aa6d7a3f7a2ec2c6edc60dc6895b7b /print/pdftk | |
parent | a6bf227ab8068a39ed40c0bc34d9e5f95871f2bc (diff) |
- Mark BROKEN on 6.x. gcjh45 core dumps on 6.x with no immediately obvious
fix. Will research and unbreak as soon as possible.
Reported by: pointyhat (via pav) and user reports
Notes
Notes:
svn path=/head/; revision=254172
Diffstat (limited to 'print/pdftk')
-rw-r--r-- | print/pdftk/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index 776b42408868..26c0e3f7f492 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -66,4 +66,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/../debian/${PORTNAME}.1 ${PREFIX}/man/man1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= gcjh45 core dumps on 6.x +.endif + +.include <bsd.port.post.mk> |