diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-23 14:40:02 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-23 14:40:02 +0800 |
commit | 216ef7a61053466898dbe7348f52741106cee6a8 (patch) | |
tree | 24c7ba56c0c6d95543e4725e5454ee5a83bb94ce /net | |
parent | 479000a2d0570f7d25711551d22844344d7ffd9c (diff) | |
download | freebsd-ports-gnome-216ef7a61053466898dbe7348f52741106cee6a8.tar.gz freebsd-ports-gnome-216ef7a61053466898dbe7348f52741106cee6a8.tar.zst freebsd-ports-gnome-216ef7a61053466898dbe7348f52741106cee6a8.zip |
Per bento logs, mark as broken on non-i386.
Diffstat (limited to 'net')
-rw-r--r-- | net/tridiavnc/Makefile | 9 |
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> |