diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-05-12 07:12:59 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-05-12 07:12:59 +0800 |
commit | 9ef2a9a0c52509c3f2bf1f7aa488f9b996ebd998 (patch) | |
tree | 525ab847194051c42cbfdbf47ab1a471948f909c /print/pdftk | |
parent | 71423a8473a859374d2921dd965b6e4e2d42c648 (diff) | |
download | freebsd-ports-gnome-9ef2a9a0c52509c3f2bf1f7aa488f9b996ebd998.tar.gz freebsd-ports-gnome-9ef2a9a0c52509c3f2bf1f7aa488f9b996ebd998.tar.zst freebsd-ports-gnome-9ef2a9a0c52509c3f2bf1f7aa488f9b996ebd998.zip |
- 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
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> |