summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2010-05-11 23:12:59 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2010-05-11 23:12:59 +0000
commitf6f732e45d1a1a58441fe7d3f639fe1c109483b6 (patch)
treea69943e2e4aa6d7a3f7a2ec2c6edc60dc6895b7b /print
parentFix portmaster/portupgrade instructions. (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')
-rw-r--r--print/pdftk/Makefile8
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>