diff options
-rw-r--r-- | x11-servers/xephyr/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.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 |