summaryrefslogtreecommitdiff
path: root/net/tridiavnc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-23 06:40:02 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-23 06:40:02 +0000
commit229e9b9d550cbb10e9f27451f5a3632a4ddb3cb2 (patch)
treee724a078351e0b95eed792f59ebfde9b689e39b8 /net/tridiavnc
parent- Update to 1.3.2.2 (diff)
Per bento logs, mark as broken on non-i386.
Notes
Notes: svn path=/head/; revision=91930
Diffstat (limited to 'net/tridiavnc')
-rw-r--r--net/tridiavnc/Makefile9
1 files changed, 8 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+
+.include <bsd.port.post.mk>