diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 10:04:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-13 10:04:53 +0000 |
commit | e0873e1d9b5cb8fae03cb3219ca474e0da4fd594 (patch) | |
tree | cbd397d9abf689c73dcc9c2b43f534c76c61bd3b /net/tightvnc | |
parent | e8ad5c106ae7d602997d3a20a42fc7a0507a7328 (diff) | |
download | ports-e0873e1d9b5cb8fae03cb3219ca474e0da4fd594.tar.gz ports-e0873e1d9b5cb8fae03cb3219ca474e0da4fd594.zip |
Notes
Diffstat (limited to 'net/tightvnc')
-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 |