From c3d8037aeba75366ed06e02fbc981e15b46e7d0a Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 12 Apr 2005 03:26:56 +0000 Subject: At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE. --- net/tridiavnc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/tridiavnc') diff --git a/net/tridiavnc/Makefile b/net/tridiavnc/Makefile index c471121065e8..8e94735471ca 100644 --- a/net/tridiavnc/Makefile +++ b/net/tridiavnc/Makefile @@ -26,8 +26,8 @@ XFREE86_HTML_MAN= no .include -.if ${ARCH} != i386 -BROKEN= "Does not compile on ${ARCH}" +.if ${MACHINE_ARCH} != i386 +BROKEN= "Does not compile on ${MACHINE_ARCH}" .endif post-patch: -- cgit v1.2.3