diff -uNr vnc.orig/Makefile vnc/Makefile --- vnc.orig/Makefile 2011-01-19 18:16:37.170655296 +0300 +++ vnc/Makefile 2011-01-19 18:19:06.892654321 +0300 @@ -41,11 +41,12 @@ .include +.if !defined(WITHOUT_SERVER) + .if ${OSVERSION} >= 900000 -BROKEN= does not build +BROKEN= VNC server part does not build on 9.x .endif -.if !defined(WITHOUT_SERVER) # This is a placeholder MASTER_SITES entry -- see the pre-fetch target. MASTER_SITES+= ${MASTER_SITE_XFREE:S/$/:x/} MASTER_SITE_SUBDIR+= 4.3.0/:x