From 4e140e9ca2b74f4e27c02a5b0e9281ba583a36c2 Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 4 Sep 2012 03:05:23 +0000 Subject: Mark as broken on ARM. PR: ports/170946 Submitted by: linimon Hat: portmgr --- net/vnc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net/vnc') diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 47ae216f20b0..ddc02df26f78 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -44,6 +44,10 @@ PREFIX=${REALVNC_BASE} .include +.if ${ARCH} == "arm" +BROKEN= Does not compile on arm +.endif + .if !defined(WITHOUT_SERVER) MASTER_SITES+= ${MASTER_SITE_XORG:S/$/:x/} MASTER_SITE_SUBDIR+= 4.3.0/:x -- cgit