diff options
author | cy <cy@FreeBSD.org> | 2011-05-02 13:59:21 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2011-05-02 13:59:21 +0800 |
commit | 25b62c1b3302966c34392fab97e9caf6a9cf7ea2 (patch) | |
tree | a25e6781e56f44db6bef1e3913cd54a073d2123c /net/vnc | |
parent | 62ae46061070e27893e7f8669c00cad26690aee0 (diff) | |
download | freebsd-ports-gnome-25b62c1b3302966c34392fab97e9caf6a9cf7ea2.tar.gz freebsd-ports-gnome-25b62c1b3302966c34392fab97e9caf6a9cf7ea2.tar.zst freebsd-ports-gnome-25b62c1b3302966c34392fab97e9caf6a9cf7ea2.zip |
Reinsert r1.67. Development code should not have been committed in r1.69.
Point hat to: myself
Diffstat (limited to 'net/vnc')
-rw-r--r-- | net/vnc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 243aac0c71c2..22f27dc9bc66 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -44,9 +44,8 @@ PREFIX=${REALVNC_BASE} .include <bsd.port.pre.mk> .if !defined(WITHOUT_SERVER) -.if ${OSVERSION} < 900000 -# The vnc supplied zlib seg. faults if compiled with -O -CONFIGURE_ARGS= --with-installed-zlib +.if ${OSVERSION} >= 900000 +BROKEN= VNC server part does not build on 9.x .endif # This is a placeholder MASTER_SITES entry -- see the pre-fetch target. |