diff options
author | kris <kris@FreeBSD.org> | 2004-03-13 18:04:53 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-13 18:04:53 +0800 |
commit | ff71a3ac1d62ddc4ef80f3e0190b3fa46e780e45 (patch) | |
tree | d81e7d6fc1146a5f022520d188747fb1f63d261b /net/tightvnc | |
parent | f7ce7fb747a1872de391acce1508e3d6f776e443 (diff) | |
download | freebsd-ports-gnome-ff71a3ac1d62ddc4ef80f3e0190b3fa46e780e45.tar.gz freebsd-ports-gnome-ff71a3ac1d62ddc4ef80f3e0190b3fa46e780e45.tar.zst freebsd-ports-gnome-ff71a3ac1d62ddc4ef80f3e0190b3fa46e780e45.zip |
BROKEN on !i386: Does not compile
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 |