diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-05-30 22:17:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-05-30 22:17:03 +0000 |
commit | 2e709bad88c632541301f9dd56cda17a66a6e59e (patch) | |
tree | 835b729678783d6c82dc13166c81a962a2ec3c80 /converters/wkhtmltopdf | |
parent | 925b212b59ea7cd11c47b3a27bc67aff253bfeb8 (diff) | |
download | freebsd-ports-2e709bad88c632541301f9dd56cda17a66a6e59e.zip |
- Mark BROKEN on 7.X: fails to extract
Reported by: pointyhat
Diffstat (limited to 'converters/wkhtmltopdf')
-rw-r--r-- | converters/wkhtmltopdf/Makefile | 4 |
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" |