summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-12-27 10:03:13 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-12-27 10:03:13 +0000
commit3d2aefeb7330960b94cbe3e4f8c69234051b8705 (patch)
treee4160524e758a29859d03ce7e04df856b508f8b1 /net
parent- update to 0.9.0 (diff)
Mark BROKEN on 9.x: does not build.
Notes
Notes: svn path=/head/; revision=246752
Diffstat (limited to 'net')
-rw-r--r--net/vnc/Makefile4
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/}