diff options
Diffstat (limited to 'lang/gforth/Makefile')
-rw-r--r-- | lang/gforth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 40ef3228c6f1..cf9b8f62726c 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -41,13 +41,13 @@ MAN1= gforth.1 # Local variables # -.if ${ARCH} == i386 +.if ${MACHINE_ARCH} == i386 WORDSIZE=32 .else WORDSIZE=64 .endif -.if ${ARCH} == sparc64 +.if ${MACHINE_ARCH} == sparc64 BYTEORDER=b .else BYTEORDER=l |