diff options
Diffstat (limited to 'net/tightvnc/Makefile')
-rw-r--r-- | net/tightvnc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile index e7c06f0eddb6..585f879cfa87 100644 --- a/net/tightvnc/Makefile +++ b/net/tightvnc/Makefile @@ -32,6 +32,10 @@ MAN1= Xvnc.1 vncviewer.1 vncpasswd.1 vncconnect.1 vncserver.1 .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + .if ${XFREE86_VERSION} >= 4 RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/misc/10x20.pcf.gz:${PORTSDIR}/x11-fonts/XFree86-4-fontDefaultBitmaps .endif |