aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converters/wkhtmltopdf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile
index fb97392bcd07..b59d4c15b19c 100644
--- a/converters/wkhtmltopdf/Makefile
+++ b/converters/wkhtmltopdf/Makefile
@@ -54,8 +54,8 @@ MAKE_ARGS+= INSTALL_ROOT="${PREFIX}"
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700000
-BROKEN= Does not build below FreeBSD 7.x
+.if ${OSVERSION} < 800000
+BROKEN= fails to extract on FreeBSD 7.X
.endif
.if ${ARCH} == "powerpc"