From 229e9b9d550cbb10e9f27451f5a3632a4ddb3cb2 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 23 Oct 2003 06:40:02 +0000 Subject: Per bento logs, mark as broken on non-i386. --- net/tridiavnc/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'net/tridiavnc') diff --git a/net/tridiavnc/Makefile b/net/tridiavnc/Makefile index 2a662398a478..06f3c8edd051 100644 --- a/net/tridiavnc/Makefile +++ b/net/tridiavnc/Makefile @@ -18,6 +18,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Display X and Win32 desktops on remote X/Win32/Java displays +.include + +.if ${MACHINE_ARCH} != i386 +BROKEN= "Does not compile on ${MACHINE_ARCH}" +.endif + USE_PERL5= yes WRKSRC= ${WRKDIR}/unix/vnc_unixsrc USE_IMAKE= yes @@ -43,4 +49,5 @@ post-install: # Go install Java classes ${MKDIR} ${PREFIX}/share/vnc ${CP} -R ${WRKSRC}/classes ${PREFIX}/share/vnc -.include + +.include -- cgit v1.2.3