diff options
Diffstat (limited to 'net/tridiavnc/Makefile')
-rw-r--r-- | net/tridiavnc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.pre.mk> -.if ${ARCH} != i386 -BROKEN= "Does not compile on ${ARCH}" +.if ${MACHINE_ARCH} != i386 +BROKEN= "Does not compile on ${MACHINE_ARCH}" .endif post-patch: |