From c3fccbaf16ea0d11e298651813677821c668d050 Mon Sep 17 00:00:00 2001 From: erwin Date: Wed, 16 Dec 2009 13:19:28 +0000 Subject: Mark BROKEN on 9.x: does not build --- x11-servers/xephyr/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11-servers/xephyr') diff --git a/x11-servers/xephyr/Makefile b/x11-servers/xephyr/Makefile index 23d73f8c7955..e37ca2fc7452 100644 --- a/x11-servers/xephyr/Makefile +++ b/x11-servers/xephyr/Makefile @@ -36,6 +36,10 @@ OPTIONS= HAL "Compile with HAL config support" on .include +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + .if defined(WITH_OPENSSL_BASE) # The reason why I use this is cause openssl from base doesn't install a .pc file # and configure will fail trying to find it. Setting both of those variables to -- cgit