diff options
author | rnoland <rnoland@FreeBSD.org> | 2010-02-07 23:24:07 +0800 |
---|---|---|
committer | rnoland <rnoland@FreeBSD.org> | 2010-02-07 23:24:07 +0800 |
commit | 0115b0910a3319f627ead0aaf2a5198f7a4aeb0a (patch) | |
tree | f8f6cca7cd653107272105a698ccc068b26706b5 /x11-servers/xephyr/Makefile | |
parent | 1219c5451d9545c379d7027bedbf489615093c42 (diff) | |
download | freebsd-ports-gnome-0115b0910a3319f627ead0aaf2a5198f7a4aeb0a.tar.gz freebsd-ports-gnome-0115b0910a3319f627ead0aaf2a5198f7a4aeb0a.tar.zst freebsd-ports-gnome-0115b0910a3319f627ead0aaf2a5198f7a4aeb0a.zip |
Update xorg-server and friends to 1.6.5.
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 |