diff options
Diffstat (limited to 'x11-servers/xephyr/Makefile')
-rw-r--r-- | x11-servers/xephyr/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-servers/xephyr/Makefile b/x11-servers/xephyr/Makefile index e37ca2fc7452..a43a4ef7e05d 100644 --- a/x11-servers/xephyr/Makefile +++ b/x11-servers/xephyr/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xephyr -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.5 CATEGORIES= x11-servers MAINTAINER= x11@FreeBSD.org @@ -36,10 +36,6 @@ 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 |