diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-16 13:19:28 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-16 13:19:28 +0000 |
commit | 3300f2745579eb7fb1d7f094ae37fffed1ce597a (patch) | |
tree | e5f608378a3e55e39c4c05c8595cfad3f623960c /x11-servers | |
parent | 140bf82f4c4d27767894b41e509d8f49d7605dab (diff) | |
download | ports-3300f2745579eb7fb1d7f094ae37fffed1ce597a.tar.gz ports-3300f2745579eb7fb1d7f094ae37fffed1ce597a.zip |
Notes
Diffstat (limited to 'x11-servers')
-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 |