diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-10 05:47:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-10 05:47:03 +0800 |
commit | 7d1a2cb13618afea4d8bf23a1e01413412ccc2c5 (patch) | |
tree | 6b89215003b4475638c35339227f7ca276432927 /graphics/evince | |
parent | 815207811e2459a2acc0054bae8f7436201a3f2b (diff) | |
download | freebsd-ports-gnome-7d1a2cb13618afea4d8bf23a1e01413412ccc2c5.tar.gz freebsd-ports-gnome-7d1a2cb13618afea4d8bf23a1e01413412ccc2c5.tar.zst freebsd-ports-gnome-7d1a2cb13618afea4d8bf23a1e01413412ccc2c5.zip |
Mark BROKEN on freebsd 8, fail to build
Reported by: pkg-fallout
Diffstat (limited to 'graphics/evince')
-rw-r--r-- | graphics/evince/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index fbd31d73bc0e..f4894e956ede 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -51,6 +51,10 @@ XPS_DESC= XPS support .include <bsd.port.options.mk> +.if ${OSVERSION} < 900000 +BROKEN= Fails to build +.endif + .if ${PORT_OPTIONS:MDVI} || ${PORT_OPTIONS:MT1LIB} USE_TEX= latex |