diff options
Diffstat (limited to 'emulators/twin/Makefile')
-rw-r--r-- | emulators/twin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index 112eae21dad5..e8a042738ba1 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -25,7 +25,7 @@ USE_XLIB= yes USE_REINPLACE= yes USE_AUTOCONF_VER= 213 GNU_CONFIGURE= yes -.if ${ARCH} == "alpha" +.if ${MACHINE_ARCH} == "alpha" CONFIGURE_ARGS+=--disable-intp .endif USE_GMAKE= yes |