diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/vnc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index db54d8da0fab..afca7f78c51d 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -39,6 +39,10 @@ MAN1= vncviewer.1 \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + .if !defined(WITHOUT_SERVER) # This is a placeholder MASTER_SITES entry -- see the pre-fetch target. MASTER_SITES+= ${MASTER_SITE_XFREE:S/$/:x/} |